Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Check / store case sensitivity as it can lead to issue in SciPy/Dask #165

Open
Carreau opened this issue Jul 8, 2022 · 4 comments
Open
Labels
bug Something isn't working

Comments

@Carreau
Copy link
Member

Carreau commented Jul 8, 2022

It seem that sometime the two get confused by papyri.

scipy.signal._czt:CZT / scipy.signal._czt:czt
dask.delayed:Delayed vs dask.delayed:delayed

@aktech
Copy link
Collaborator

aktech commented May 22, 2023

This should have been fixed by fully qualified spec #245 isn't it?

@Carreau Carreau closed this as completed Jun 14, 2023
@Carreau Carreau reopened this Jun 14, 2023
@Carreau
Copy link
Member Author

Carreau commented Jun 14, 2023

I have to check, but I don't think so, both are now dask.delayed:Delayed and dask.delayed:delayed, but the filesystem being case insensitive on some system, when storing files there might be issues of both being merged/confused.

@melissawm
Copy link
Collaborator

Can this be related to #136 ?

@melissawm melissawm added the bug Something isn't working label Oct 26, 2023
@Carreau
Copy link
Member Author

Carreau commented Oct 26, 2023

It is indeed I'll try to merge the two issues.

@Carreau Carreau changed the title dask.delayed.Delayed vs dask.delayed.delayed. Check / store case sensitivity as it can lead to issue in SciPy/Dask Oct 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants