Skip to content

Commit

Permalink
add test for column 27 (E_we - E_ce)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilka Schulz authored and chatcannon committed Jan 20, 2024
1 parent 0b5b5b8 commit 9a61eb3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_BioLogic.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ def test_parse_BioLogic_date(data, expected):
("C019P-0ppb-A_C01.mpr", "2019-03-14", "2019-03-14"),
("Rapp_Error.mpr", "2010-12-02", "2010-12-02"),
("Ewe_Error.mpr", "2021-11-18", "2021-11-19"),
("col_27_issue_74.mpr", "2022-07-28", "2022-07-28"),
],
)
def test_MPR_dates(testdata_dir, filename, startdate, enddate):
Expand Down
3 changes: 3 additions & 0 deletions tests/testdata/col_27_issue_74.mpr
Git LFS file not shown

0 comments on commit 9a61eb3

Please sign in to comment.