Skip to content

Commit

Permalink
fix env
Browse files Browse the repository at this point in the history
  • Loading branch information
jtwhite79 committed Oct 21, 2024
1 parent f647c81 commit dece624
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
11 changes: 6 additions & 5 deletions autotest/pst_from_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -5978,7 +5978,7 @@ def mf6_freyberg_ppu_hyperpars_thresh_invest(tmp_path):
#return
#pe._df.index = np.arange(pe.shape[0])

truth_idx = 2
truth_idx = 1


#pe = pe._df
Expand Down Expand Up @@ -6020,7 +6020,7 @@ def mf6_freyberg_ppu_hyperpars_thresh_invest(tmp_path):

pst.control_data.noptmax = 3
pst.pestpp_options["ies_par_en"] = "prior.jcb"
pst.pestpp_options["ies_num_reals"] = 30
pst.pestpp_options["ies_num_reals"] = 100
pst.pestpp_options["ies_subset_size"] = -10
pst.pestpp_options["ies_no_noise"] = True
#pst.pestpp_options["ies_bad_phi_sigma"] = 2.0
Expand Down Expand Up @@ -6064,9 +6064,10 @@ def mf6_freyberg_ppu_hyperpars_thresh_invest(tmp_path):
#mf6_freyberg_pp_locs_test('.')
#mf6_subdir_test(".")
#mf6_freyberg_ppu_hyperpars_invest(".")
#mf6_freyberg_ppu_hyperpars_thresh_invest(".")
mf6_freyberg_thresh_test(".")
#plot_thresh("master_thresh_nonstat")
mf6_freyberg_ppu_hyperpars_thresh_invest(".")
#mf6_freyberg_thresh_test(".")
plot_thresh("master_thresh_nonstat")

# invest()
#test_add_array_parameters_pps_grid()
#freyberg_test(os.path.abspath("."))
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.12
- python>=3.8
- numpy
- pandas
# optional
Expand Down

0 comments on commit dece624

Please sign in to comment.