Skip to content

Commit

Permalink
Forgot to specify name.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamescrake-merani committed Nov 25, 2024
1 parent 5951777 commit 4bd320f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sasdata/temp_ascii_reader.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def merge_uncertainties(quantities: list[NamedQuantity[list]]) -> list[NamedQuan
new_quantities = []
error_quantity_names = pairings.values()
for quantity in quantities:
if quantity in error_quantity_names:
if quantity.name in error_quantity_names:
continue
pairing = pairings.get(quantity.name, '')
error_quantity = None
Expand Down

0 comments on commit 4bd320f

Please sign in to comment.