Skip to content

Commit

Permalink
PyIRoGlass v0.5.2!
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahshi committed Mar 15, 2024
1 parent c42f0eb commit 93476b5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
3 changes: 0 additions & 3 deletions UnitTests/test_thickness.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ def test_peak_identification(self):
plotting=True,
savgol_filter_width=savgol_filter_width_ol,
smoothing_wn_width=smoothing_wn_width_ol,
remove_baseline=True,
peak_heigh_min_delta=peak_heigh_min_delta_ol,
peak_search_width=peak_search_width_ol)
expected_peak_loc = 2138.76
Expand All @@ -81,7 +80,6 @@ def test_process_thickness(self):
result,
self.wn_high_ol,
self.wn_low_ol,
remove_baseline=False,
plotting=False,
phaseol=True)

Expand All @@ -90,7 +88,6 @@ def test_process_thickness(self):
1.546,
self.wn_high_gl,
self.wn_low_gl,
remove_baseline=False,
plotting=False,
phaseol=False)

Expand Down
3 changes: 1 addition & 2 deletions docs/Changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ Change Log

Version 0.5.2
=============
Account for variability in export_path naming practice.

Account for variability in export_path naming practice. Remove remove_baseline argument from thickness functions.

Version 0.5.1
=============
Expand Down

0 comments on commit 93476b5

Please sign in to comment.