A4Bio / ProteinInvBench

The official implementation of the NeurIPS'23 paper ProteinInvBench: Benchmarking Protein Design on Diverse Tasks, Models, and Metrics
Apache License 2.0
152 stars 6 forks source link

missing positional arguments #10

Open Yaoyaolingbro opened 2 months ago

Yaoyaolingbro commented 2 months ago

File "/home/*/ProteinInvBench/opencpd/utils/main_utils.py", line 47, in get_dataset return load_data(config) ^^^^^^^^^^^^^^^^^^^ TypeError: load_data() missing 2 required positional arguments: 'pdb_path' and 'split_csv'

You've done a nice framework for inverse folding. However, I've meet the mistakes here, and I have no idea how to add the arguments or what the csv file is? What should I do now. Looking forward to your supplyment!

Yaoyaolingbro commented 2 months ago

I've fix it, they are just two redundant parameters. Just delete it!