Skip to content
Snippets Groups Projects
Commit e1f78ac8 authored by Folkert Nobels's avatar Folkert Nobels
Browse files

Suppress warnings in python script

parent e3cc8e14
No related branches found
No related tags found
1 merge request!755Star Formation History logger
......@@ -38,6 +38,8 @@ except ImportError:
raised_info = True
return x
np.seterr(divide="ignore")
np.seterr(invalid="ignore")
# Plot parameters
params = {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment