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
It would be good to make the toolbox into a package, this will reduce namespace pollution. The functions can be used individually, such as
ott.force_z(...)
or all the functions can be imported
importott.*
This will require adding the above import to all toolbox functions that use other toolbox functions and changing the directory ott-toolbox to +ott, however this change breaks backwards comparability.
The text was updated successfully, but these errors were encountered:
It would be good to make the toolbox into a package, this will reduce namespace pollution. The functions can be used individually, such as
or all the functions can be imported
This will require adding the above import to all toolbox functions that use other toolbox functions and changing the directory ott-toolbox to +ott, however this change breaks backwards comparability.
The text was updated successfully, but these errors were encountered: