Skip to content

Commit

Permalink
Auto-merge issues so pre-merging in-file py_func setup
Browse files Browse the repository at this point in the history
  • Loading branch information
briochh committed Nov 17, 2024
1 parent 77adc92 commit b8ef6bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autotest/pst_from_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ def freyberg_test(tmp_path):
# (generated by pyemu.gw_utils.setup_hds_obs())
f, fdf = _gen_dummy_obs_file(pf.new_d)
pf.add_observations(f, index_cols='idx', use_cols='yes')
pf.add_py_function(__file__, '_gen_dummy_obs_file()',
pf.add_py_function(_gen_dummy_obs_file, '_gen_dummy_obs_file()',
is_pre_cmd=False)
#pf.add_observations('freyberg.hds.dat', insfile='freyberg.hds.dat.ins2',
# index_cols='obsnme', use_cols='obsval', prefix='hds')
Expand Down

0 comments on commit b8ef6bf

Please sign in to comment.