alphafold_pytorch icon indicating copy to clipboard operation
alphafold_pytorch copied to clipboard

How to solute this problem in dataset.py(ProteinDataset method)

Open Planet-KIM opened this issue 4 years ago • 0 comments

Traceback (most recent call last):
  File "dataset.py", line 383, in <module>
    test()
  File "dataset.py", line 375, in test
    dataset = ProteinDataset('T1019s2.pkl', DISTOGRAM_MODEL, replica)
TypeError: __init__() takes 3 positional arguments but 4 were given
  • Please give me the solution this problem.
  • I want to test the dataset.py.

Planet-KIM avatar Feb 24 '21 05:02 Planet-KIM