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
A lot of item data uses strings in the output, when they are actually just numbers. This should be changed to use the num_utils.assert_number(value) to convert to a float or int type
Additionally there are a lot of "0" attributes on items, which should instead just not be assigned to the parsed object
The text was updated successfully, but these errors were encountered:
A lot of item data uses strings in the output, when they are actually just numbers. This should be changed to use the
num_utils.assert_number(value)
to convert to a float or int typeAdditionally there are a lot of "0" attributes on items, which should instead just not be assigned to the parsed object
The text was updated successfully, but these errors were encountered: