Skip to content

Commit

Permalink
temp push to test explicit py version on gha
Browse files Browse the repository at this point in the history
  • Loading branch information
jtwhite79 committed Oct 21, 2024
1 parent 0a5fbe0 commit f647c81
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions autotest/pst_from_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -4978,7 +4978,7 @@ def mf6_freyberg_thresh_test(tmp_path):
par_name_base=prefix+"-threshpp_k:{0}".format(k),
pargp=prefix + "-threshpp_k:{0}".format(k),
lower_bound=0.0,upper_bound=2.0,geostruct=pp_gs,par_style="m",
pp_space=3,pp_options={"try_use_ppu":False}
pp_space=3,pp_options={"try_use_ppu":True}
)


Expand Down Expand Up @@ -6062,10 +6062,10 @@ def mf6_freyberg_ppu_hyperpars_thresh_invest(tmp_path):

if __name__ == "__main__":
#mf6_freyberg_pp_locs_test('.')
mf6_subdir_test(".")
#mf6_subdir_test(".")
#mf6_freyberg_ppu_hyperpars_invest(".")
#mf6_freyberg_ppu_hyperpars_thresh_invest(".")
#mf6_freyberg_thresh_test(".")
mf6_freyberg_thresh_test(".")
#plot_thresh("master_thresh_nonstat")
# invest()
#test_add_array_parameters_pps_grid()
Expand Down
2 changes: 1 addition & 1 deletion etc/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ channels:
- conda-forge
dependencies:
# required
- python>=3.8
- python=3.12
- numpy
- pandas
# optional
Expand Down

0 comments on commit f647c81

Please sign in to comment.