I downloaded the data from the website, and put them into the folder. But when I tried to run
python ufold_test.py --test_files TS2
This pops up.
File "/miniconda3/envs/UFold/lib/python3.6/site-packages/munch/init.py", line 103, in getattr
return object.getattribute(self, k)
AttributeError: 'Munch' object has no attribute 'test'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/miniconda3/envs/UFold/lib/python3.6/site-packages/munch/init.py", line 106, in getattr
return self[k]
KeyError: 'test'
Could you tell me what might be the problem? Thank you !
I'm afraid the problem occurs probably because of the package version issue. Could you please check the version of Munch package to see whether it match the software requirement?
I downloaded the data from the website, and put them into the folder. But when I tried to run
python ufold_test.py --test_files TS2
This pops up.
File "/miniconda3/envs/UFold/lib/python3.6/site-packages/munch/init.py", line 103, in getattr return object.getattribute(self, k) AttributeError: 'Munch' object has no attribute 'test'
During handling of the above exception, another exception occurred:
Traceback (most recent call last): File "/miniconda3/envs/UFold/lib/python3.6/site-packages/munch/init.py", line 106, in getattr return self[k] KeyError: 'test'
Could you tell me what might be the problem? Thank you !