-
Notifications
You must be signed in to change notification settings - Fork 90
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
[BUG]: Spontaneous TaskFailedException #366
Comments
Do you mean that the search was still running, and opening the .csv file, which was being written to by PySR simultaneously, crashed things? I think Excel has some kind of autosave feature so perhaps a concurrent write messed with Julia? Not sure. The easiest solution is to copy the file, and then open the copied version in excel. But the error message you have seems unrelated - that’s the (harmless) message you see if you just |
Hi Miles, Sorry I cannot provide more insight to it! I will let you know if I can repro it tomorrow. |
I think it's actually generally safe to do this! Was just thinking about possible explanations and that was a possibility. But in general usage I don't think this would cause issues. The error itself seems to be fairly benign though, this is what happens if the process is told to exit by hitting |
It's quite plausible I pressed ctrl + c while on the REPL by mistake. Thank you again for looking into it |
That must be it! Let me know if this sort of thing comes up again though without input |
What happened?
After running a search with a custom loss function overnight, I opened an excel sheet and the TaskFailedException happened. I'm running on 16GB ram, I'm not sure if that has anything to do with it, but I've been running the same code for months, with many more things open and this only happened with beta2.
Thank you again for your work with this.
Version
v1.0.0beta2
Operating System
Windows
Interface
Julia REPL
Relevant log output
Extra Info
No response
The text was updated successfully, but these errors were encountered: