You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "/p/project/chhb19/jstreffi/software/miniconda3/envs/pyfesom2/bin/fdiag", line 33, in <module>
sys.exit(load_entry_point('fdiag', 'console_scripts', 'fdiag')())
File "/p/project/chhb19/jstreffi/software/fdiag/fdiag/fdiag.py", line 234, in fdiag
webpage = analyses[analysis](settings, analysis)
File "/p/project/chhb19/jstreffi/software/fdiag/fdiag/drivers.py", line 183, in drive_ice_integrals_combined_nocomparison
driver_settings = settings[analysis_name].copy()
AttributeError: 'NoneType' object has no attribute 'copy'
The text was updated successfully, but these errors were encountered:
When calling a template it is not possible to rely solely on default settings. Calling in a workflow:
works fine. But calling:
results in:
The text was updated successfully, but these errors were encountered: