Skip to content

Commit

Permalink
* lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jdhughes-usgs committed Jan 14, 2025
1 parent a522db5 commit 82efad5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ex-gwf-csub-p03.py
Original file line number Diff line number Diff line change
Expand Up @@ -1156,7 +1156,7 @@ def plot_calibration(silent=True):
fpath = os.path.join(workspace, name, f"{name}.csub.obs.csv")
df_sim = get_sim_dataframe(fpath)
for key in pcomp:
df_sim[key]= df_sim[list(df_sim.filter(regex=key))].sum(axis=1)
df_sim[key] = df_sim[list(df_sim.filter(regex=key))].sum(axis=1)
df_sim.rename({"TOTAL": "simulated"}, inplace=True, axis=1)

fname = "boundary_heads.csv"
Expand Down

0 comments on commit 82efad5

Please sign in to comment.