Skip to content

Commit

Permalink
Update _base.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Routhleck committed Jan 16, 2025
1 parent 33ec7b4 commit ce19440
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 @@ -4962,7 +4962,7 @@ def convert_in_si():
This function traverses the local variables in the calling scope and converts all `Quantity`
instances (including those nested in lists, tuples, or dictionaries) to their SI unit equivalents.
The conversion is performed by calling the `factorless()` method on each `Quantity` instance,
which strips the unit and returns the raw value in SI units.
which convert the unit and returns the quantities in SI units.
Notes:
- This function modifies the local variables in the calling scope.
Expand Down

0 comments on commit ce19440

Please sign in to comment.