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
Running test_mace.py currently fails with the following error:
Relaxing: 100%|██████████| 257/257 [13:10:57<00:00, 184.66s/it]
Traceback (most recent call last):
File "/home/pbenner/Source/tmp/matbench-discovery-pbenner/models/mace/test_mace.py", line 168, in <module>
table = wandb.Table(
^^^^^^^^^^^^
File "/home/pbenner/.local/opt/anaconda3/envs/mace/lib/python3.11/site-packages/wandb/data_types.py", line 281, in __init__
self._init_from_dataframe(dataframe, columns, optional, dtype)
File "/home/pbenner/.local/opt/anaconda3/envs/mace/lib/python3.11/site-packages/wandb/data_types.py", line 334, in _init_from_dataframe
self._assert_valid_columns(columns)
File "/home/pbenner/.local/opt/anaconda3/envs/mace/lib/python3.11/site-packages/wandb/data_types.py", line 304, in _assert_valid_columns
assert len(columns) == 0 or all(
^^^^^^^^^^^^^^^^^
AssertionError: columns argument expects list of strings or ints
Running test_mace.py currently fails with the following error:
matbench-discovery/models/mace/test_mace.py
Line 167 in 3118330
A simple bugfix is the following:
i.e. the index column name has type enum 'Key', which is not accepted by wandb.
The text was updated successfully, but these errors were encountered: