Skip to content

Commit

Permalink
[BC] initialize is_norm and axis_data
Browse files Browse the repository at this point in the history
  • Loading branch information
helene-t committed May 24, 2022
1 parent 094fa78 commit 17703fb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions SciDataTool/Methods/DataND/export_along.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,12 @@ def export_along(
else:
if "is_norm" in plot_options:
is_norm = plot_options["is_norm"]
else:
is_norm = False
if "axis_data" in plot_options:
axis_data = plot_options["axis_data"]
else:
axis_data = None
is_fft = False
for arg in args:
if "freqs" in arg or "wavenumber" in arg:
Expand Down

0 comments on commit 17703fb

Please sign in to comment.