Skip to content

Commit

Permalink
fix(sensitivity): remove unnecessary time axis arg
Browse files Browse the repository at this point in the history
  • Loading branch information
ljgray committed Mar 8, 2023
1 parent 4f45883 commit bae47cc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion draco/analysis/sensitivity.py
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,6 @@ def process(self, data):
# Create output container
metrics = containers.SystemSensitivity(
pol=np.array(pol_uniq, dtype="<U2"),
time=data.time[:],
axes_from=data,
attrs_from=data,
comm=data.comm,
Expand Down

0 comments on commit bae47cc

Please sign in to comment.