Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions pyemu/utils/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -1273,6 +1273,9 @@ def pst_from_io_files(
"model_file":out_files},
index=ins_files)

# try to run inschek to find the observtion values
# do this here with full paths to files
pyemu.pst_utils.try_process_output_pst(new_pst)

if pst_path is not None:
tpl_files = [
Expand Down Expand Up @@ -1300,8 +1303,6 @@ def pst_from_io_files(
"model_file": out_files},
index=ins_files)

# try to run inschek to find the observtion values
pyemu.pst_utils.try_process_output_pst(new_pst)

new_pst.try_parse_name_metadata()
if pst_filename:
Expand Down