Skip to content

Commit

Permalink
changed naming of shim/scrape to above min and below max
Browse files Browse the repository at this point in the history
  • Loading branch information
bhowiebkr committed Jun 30, 2023
1 parent b07e1e0 commit 5b835dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -288,8 +288,8 @@ def update_table(self) -> None:
header_names = [
f"Measured ({units})",
f"Flattened ({units})",
f"Scrape ({units})",
f"Shim ({units})",
f"Below Max ({units})",
f"Above Min ({units})",
]
self.sample_table.setColumnCount(len(header_names))
self.sample_table.setHorizontalHeaderLabels(header_names)
Expand Down

0 comments on commit 5b835dd

Please sign in to comment.