From f647c819f313ae0beb68a2706393bb9b5abf7b46 Mon Sep 17 00:00:00 2001 From: unknown Date: Mon, 21 Oct 2024 15:25:54 -0600 Subject: [PATCH] temp push to test explicit py version on gha --- autotest/pst_from_tests.py | 6 +++--- etc/environment.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/autotest/pst_from_tests.py b/autotest/pst_from_tests.py index a3f92d43..2123f797 100644 --- a/autotest/pst_from_tests.py +++ b/autotest/pst_from_tests.py @@ -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} ) @@ -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() diff --git a/etc/environment.yml b/etc/environment.yml index a5c9a299..c07111b1 100644 --- a/etc/environment.yml +++ b/etc/environment.yml @@ -3,7 +3,7 @@ channels: - conda-forge dependencies: # required - - python>=3.8 + - python=3.12 - numpy - pandas # optional