Skip to content

Commit

Permalink
Update bgcval2/analysis_compare.py
Browse files Browse the repository at this point in the history
Co-authored-by: Valeriu Predoi <[email protected]>
  • Loading branch information
ledm and valeriupredoi authored Aug 10, 2023
1 parent d576930 commit c79c045
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bgcval2/analysis_compare.py
Original file line number Diff line number Diff line change
Expand Up @@ -556,7 +556,7 @@ def load_yml_and_run(compare_yml, config_user, skip_timeseries):
do_mass_download = details['do_mass_download']
master_suites = details['master_suites']

if skip_timeseries == None:
if skip_timeseries is None:
pass
else:
do_analysis_timeseries = not skip_timeseries
Expand Down

0 comments on commit c79c045

Please sign in to comment.