Skip to content

Commit 53fd1e0

Browse files
committed
Fix: analysis plots
1 parent e57c842 commit 53fd1e0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

wqf/val/mov.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ def generate_figures(args):
119119
ref.close()
120120
obs.close()
121121

122-
if not args.no_analysis:
122+
if args.analysis:
123123
obs = reader.read(args.cube_id, depth_level=3.0)
124124
ref, pre = BGC(args).predict(obs)
125125
plot_analysis(pre, period=period)

0 commit comments

Comments
 (0)