You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a way to start addressing #133 I suggest creating a module neo.units, which for the time being would just import all of the units from quantities, but would make it easier in future to move to pint or other library since we would avoid using the quantities (or pq) namespace.
All of the documentation, examples and docstrings should also be updated to use the new module.
The text was updated successfully, but these errors were encountered:
As a way to start addressing #133 I suggest creating a module
neo.units
, which for the time being would just import all of the units fromquantities
, but would make it easier in future to move topint
or other library since we would avoid using thequantities
(orpq
) namespace.All of the documentation, examples and docstrings should also be updated to use the new module.
The text was updated successfully, but these errors were encountered: