Wencesgiovanni

Results 3 issues of Wencesgiovanni

What is the difference between a working directory and a path? I am at a loss. I am trying to fetch the file pH10-amber-R1-dry.xtc via the command files = fetch(...

I am trying to apply TICA to reduce dimensions to some data: reader = pyemma.coordinates.source(files, top=pdb) # create reader reader.featurizer.add_backbone_torsions(periodic=False) # add feature tica = pyemma.coordinates.tica(reader) # perform tica on...

Hello, I am following some tutorials for the implementation of TICA, to do a dimension reduction, but I have the following problem; AttributeError: module 'numpy' has no attribute 'bool'. `np.bool`...