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
@JoyMonteiro brought up that currently when run in SCM mode, unit conversion checking takes up a significant amount of CliMT's runtime. We may want to add a faster backend for unit handling.
The text was updated successfully, but these errors were encountered:
I'll need to write an internal backend API and wrappers for each library. This would technically make pint an optional dependency, but I'd say we should keep it as is to make sure there is at least one unit library installed, because it is pure Python with few dependencies of its own. We could default to cfunits when it is present.
@JoyMonteiro brought up that currently when run in SCM mode, unit conversion checking takes up a significant amount of CliMT's runtime. We may want to add a faster backend for unit handling.
The text was updated successfully, but these errors were encountered: