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 Apr 25, 2023
1 parent b628c36 commit a8efce5
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 @@ -230,7 +230,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 a8efce5

Please sign in to comment.