Skip to content

Commit

Permalink
Update update log
Browse files Browse the repository at this point in the history
  • Loading branch information
frode-aarstad committed Sep 27, 2023
1 parent 7939124 commit 65b72b6
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 33 deletions.
2 changes: 1 addition & 1 deletion semeio/workflows/ahm_analysis/ahmanalysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ def make_update_log_df(update_log_dir):
updatelog = pd.read_csv(
list_of_files[0],
delim_whitespace=True,
skiprows=6,
skiprows=12,
usecols=[2, 3, 5, 6, 8, 10],
header=None,
engine="python",
Expand Down
10 changes: 8 additions & 2 deletions tests/legacy_test_data/update_log/allobs/0000-0038
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
===============================================================================================================================
Report step...: 0000 - 0038
Ministep......: MINISTEP
Time:
Parent ensemble:
Target ensemble:
Alpha:
Global scaling:
Standard cutoff:
Run id:
Update step:
-------------------------------------------------------------------------------------------------------------------------------
Observed history | Simulated data
-------------------------------------------------------------------------------------------------------------------------------
Expand Down
10 changes: 0 additions & 10 deletions tests/legacy_test_data/update_log/noactive/0000-0038

This file was deleted.

10 changes: 0 additions & 10 deletions tests/legacy_test_data/update_log/oneobs/0000-0038

This file was deleted.

10 changes: 0 additions & 10 deletions tests/legacy_test_data/update_log/smry/0000-0038

This file was deleted.

0 comments on commit 65b72b6

Please sign in to comment.