We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pyserve in WebGNOMEAPI fails at startup because the GetUnitName was commented out.
Did anyone check before commenting out? Is there a trick that I am missing?
from .unit_conversion import (UnitConversionError, InvalidUnitError, InvalidUnitTypeError, NotSupportedUnitError, is_same_unit, is_supported, is_supported_unit, get_supported_names, get_unit_types, get_primary_name, get_abbreviation, # not sure these should be used externally FindUnitTypes, GetUnitTypes, GetUnitNames, GetUnitAbbreviation, ConverterClass, Converters, UNIT_TYPES, Simplify, DensityConverterClass, TempConverterClass, LatLongConverter, OilQuantityConverter, convert, )
The text was updated successfully, but these errors were encountered:
Sorry about that -- yes, we checked, but there was some of our code that did use the "internal" API -- that has been updated.
So this is a bug in the webGNOME API that has been fixed, but it looks like we haven't pushed the latest to gitHUb in a while. I'll go do that now.
Sorry, something went wrong.
NOTE: if you can't update webgnomeapi, then you can pin pynucos to an older version, before this change.
OK -- webGNOME API has been updated with the latest versions of:
develop main production
branches.
Please re-open this issue if you have any further issues.
No branches or pull requests
Pyserve in WebGNOMEAPI fails at startup because the GetUnitName was commented out.
Did anyone check before commenting out? Is there a trick that I am missing?
from .unit_conversion import (UnitConversionError,
InvalidUnitError,
InvalidUnitTypeError,
NotSupportedUnitError,
is_same_unit,
is_supported,
is_supported_unit,
get_supported_names,
get_unit_types,
get_primary_name,
get_abbreviation,
# not sure these should be used externally
FindUnitTypes,
GetUnitTypes,
GetUnitNames,
GetUnitAbbreviation,
ConverterClass,
Converters,
UNIT_TYPES,
Simplify,
DensityConverterClass,
TempConverterClass,
LatLongConverter,
OilQuantityConverter,
convert,
)
The text was updated successfully, but these errors were encountered: