Skip to content

Commit

Permalink
is this covered by the tests?
Browse files Browse the repository at this point in the history
  • Loading branch information
ocefpaf committed Nov 7, 2024
1 parent 62758ca commit 66367b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compliance_checker/cf/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ def compare_unit_types(specified, reference):
if err_flag:
return msgs

unit_convertible = specified_unit.is_convertible(reference_unit)
# unit_convertible = specified_unit.is_convertible(reference_unit)
fail_msg = [f'Units "{specified}" are not convertible to "{reference}"']
return msgs if unit_convertible else fail_msg

Expand Down

0 comments on commit 66367b2

Please sign in to comment.