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
materialdatabase\material_data_base_classes.py:118: error: "str" has no attribute "value" [attr-defined]
materialdatabase\material_data_base_classes.py:120: error: "str" has no attribute "value" [attr-defined]
The text was updated successfully, but these errors were encountered:
Lines 118 and 119 use the
.value
attributematerial_name
,datasource
, ... are Enums as defined inenumerations.py
materialdatabase/materialdatabase/material_data_base_classes.py
Lines 92 to 120 in 850ac22
mypy catches these:
The text was updated successfully, but these errors were encountered: