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

Memory Leak when calling batch_update containing a np.nan #67

Open
sam-watttime opened this issue Aug 1, 2024 · 0 comments
Open

Memory Leak when calling batch_update containing a np.nan #67

sam-watttime opened this issue Aug 1, 2024 · 0 comments

Comments

@sam-watttime
Copy link

When calling batch_update with a np.array containing an nan, I would expect it to either ignore the nan, or raise an error. It seems to raise an error if batch_update contains a NoneType (which np.nan is not).

Instead, the process just gobbles up as much memory as it can find.

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