We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If using the function "spatialaverage" in a normal python script, I get a large number of the error messages in the attached file.
The problem disappears if the "spatialaverage" function is called inside a main() function, and then the main is called with
if name == "main": main()
I suspect the problem has something to do with the multiprocessing, but I am not sure. error_log.txt
The text was updated successfully, but these errors were encountered:
SimoneMartino98
No branches or pull requests
If using the function "spatialaverage" in a normal python script, I get a large number of the error messages in the attached file.
The problem disappears if the "spatialaverage" function is called inside a main() function, and then the main is called with
if name == "main":
main()
I suspect the problem has something to do with the multiprocessing, but I am not sure.
error_log.txt
The text was updated successfully, but these errors were encountered: