Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
jlarsen-usgs committed Dec 23, 2024
1 parent 7e7d0be commit 1bb508f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autotest/test_model_splitter.py
Original file line number Diff line number Diff line change
Expand Up @@ -1264,7 +1264,7 @@ def build_gwt_model(sim, gwtname, rch_package):
new_sim.run_simulation()

# compare results for each of the models
splits = list(i for i in range(nparts))
splits = range(nparts)
for name in sim.model_names:
gwm = sim.get_model(name)
if "concentration()" in gwm.output.methods():
Expand Down

0 comments on commit 1bb508f

Please sign in to comment.