Skip to content

Commit

Permalink
remove debugging statement that flipped sign for OLD
Browse files Browse the repository at this point in the history
  • Loading branch information
HansKimDWR committed Sep 12, 2023
1 parent 0e9a104 commit 9bd68fb
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions schimpy/batch_metrics.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,6 @@ def read_simulation_outputs(self, variable, outputs_dir,
datafname = os.path.join(working_dir, "flux.out")
sim_out = station.read_flux_out(
datafname, station_in, reftime=time_basis)
if ('old' in sim_out.columns):
sim_out['old'] = -sim_out['old']
else:
raise ValueError("Couldn't find")
sim_outputs.append(sim_out)
else:
for i, working_dir in enumerate(outputs_dir):
Expand Down

0 comments on commit 9bd68fb

Please sign in to comment.