Skip to content

Commit

Permalink
TMP: debug error
Browse files Browse the repository at this point in the history
  • Loading branch information
kecnry committed Apr 19, 2024
1 parent 7c82d59 commit c3de4ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lcviz/helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
@unit_converter('custom-lcviz')
class UnitConverter:
def equivalent_units(self, data, cid, units):
print("***", cid, units)
return set(list(map(str, u.Unit(units).find_equivalent_units(
include_prefix_units=True, equivalencies=u.spectral()))))

Expand Down

0 comments on commit c3de4ba

Please sign in to comment.