Skip to content

Commit

Permalink
Update _base.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Routhleck committed Jul 13, 2024
1 parent 3b42777 commit bd6e898
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion brainunit/_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -2890,7 +2890,7 @@ def __rdiv__(self, other):
u = Unit(
self.value,
dim=self.dim ** -1,
name=f"Unit(1) / {name}",
name=f"1 / {name}",
dispname=f"1 / {dispname}",
scale=-self.scale,
iscompound=True,
Expand Down

0 comments on commit bd6e898

Please sign in to comment.