Skip to content

Commit

Permalink
fix test bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
chaoming0625 committed Dec 11, 2024
1 parent 67034de commit 7b5abe5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion brainunit/_unit_common.py
Original file line number Diff line number Diff line change
Expand Up @@ -2125,7 +2125,7 @@
fundamental_units = [metre, meter, gram, second, amp, kelvin, mole, candle]


# Derived units
### Derived units

radian = Unit.create(get_or_create_dimension(), "radian", "rad")
steradian = Unit.create(get_or_create_dimension(), "steradian", "sr")
Expand All @@ -2150,6 +2150,7 @@
katal = Unit.create(get_or_create_dimension(s=-1, mol=1), "katal", "kat")



# Difinitions of base units

######### SCALED BASE UNITS ###########
Expand Down

0 comments on commit 7b5abe5

Please sign in to comment.