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

fill_pits update messages issue #17

Open
dan771 opened this issue May 4, 2024 · 0 comments
Open

fill_pits update messages issue #17

dan771 opened this issue May 4, 2024 · 0 comments

Comments

@dan771
Copy link

dan771 commented May 4, 2024

I'm not sure if this is an issue relating to a newer python version but for some reason time.sleep(float32(0.001)) on line 113 produces:
TypeError: 'numpy.float32' object cannot be interpreted as an integer

I thought this might be an issue with the god forbid from numpy import * perhaps cluttering the workspace but I managed to recreate it in seperate environment. Replacing it with just time.sleep(0.001) just seems to spam the console producing nonsense messages like:
n_closed = 12195000 of 8604750

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant