diff --git a/autotest/test_model_splitter.py b/autotest/test_model_splitter.py index d0f1b9dee..a05708ec4 100644 --- a/autotest/test_model_splitter.py +++ b/autotest/test_model_splitter.py @@ -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():