Skip to content

Commit

Permalink
Merge pull request #32 from llegregam/Dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
llegregam authored Jan 31, 2023
2 parents 37dfe7a + 03871d1 commit 044ebf8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ms_reader/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.3.1"
__version__ = "1.3.2"
3 changes: 3 additions & 0 deletions ms_reader/extract.py
Original file line number Diff line number Diff line change
Expand Up @@ -326,6 +326,9 @@ def _get_excluded(self):
self.calib_data.loc[
self.calib_data["Excluded"] == "True", "Calculated Amt"
] = "Excluded"
self.calib_data.loc[
self.calib_data["Excluded"] == True, "Calculated Amt" # noqa: E712
] = "Excluded"

def _generate_minmax_calib(self):
"""
Expand Down
Binary file removed tests/data/good_tables_no_norm.xlsx
Binary file not shown.
Binary file removed tests/data/good_tables_norm.xlsx
Binary file not shown.

0 comments on commit 044ebf8

Please sign in to comment.