We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ba29f6 commit 99b30baCopy full SHA for 99b30ba
src/modelspec/utils.py
@@ -92,9 +92,9 @@ def load_xml(filename: str):
92
removed_id = handle_xml_dict_id(data)
93
94
# Values are returned as strings after conversion, this corrects them to their actual values
95
- converted_to_actual_val = convert_xml_dict_values(removed_id)
+ # converted_to_actual_val = convert_xml_dict_values(removed_id)
96
97
- return convert_xml_dict_values(converted_to_actual_val)
+ return convert_xml_dict_values(removed_id)
98
99
100
def elementtree_element_to_dict(element):
0 commit comments