Reason 1:
/home/gadi/Production/pyargos/argos/experimentSetup/dataObjects.py:548: in refresh
experimentDict = getattr(self, f"fix_json_version{fileVersion}")(experimentDict)
E AttributeError: 'TestExp' object has no attribute '_fix_json_version_1_0_0'
The DataObjects has method for
fix_json_version_1_0_0_
Reason 2 after duplicating the method above:
/home/gadi/Production/pyargos/argos/experimentSetup/dataObjects.py:964: in init
properties = propertiesPandas.merge(trialSet.propertiesTable, left_index=True, right_index=True)[
... pandas internal traceback ...
E KeyError: "['type', 'label', 'description'] not in index"
Indeed, after printing availables columns there are just
AVAILABLE COLUMNS: ['val', 'type_x', 'type_y', 'name']
Seems to be a data problem??
Probably much more problems
Reason 1:
/home/gadi/Production/pyargos/argos/experimentSetup/dataObjects.py:548: in refresh
experimentDict = getattr(self, f"fix_json_version{fileVersion}")(experimentDict)
E AttributeError: 'TestExp' object has no attribute '_fix_json_version_1_0_0'
The DataObjects has method for
fix_json_version_1_0_0_
Reason 2 after duplicating the method above:
/home/gadi/Production/pyargos/argos/experimentSetup/dataObjects.py:964: in init
properties = propertiesPandas.merge(trialSet.propertiesTable, left_index=True, right_index=True)[
... pandas internal traceback ...
E KeyError: "['type', 'label', 'description'] not in index"
Indeed, after printing availables columns there are just
AVAILABLE COLUMNS: ['val', 'type_x', 'type_y', 'name']
Seems to be a data problem??
Probably much more problems