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
Traceback (most recent call last):
File "msm_ticawriter.py", line 54, in <module>
print(render_tic(df,tica_mdl, 0))
File "/lunarc/nobackup/users/sbhakat/tica_metadynamics-master/tica_metadynamics/pyplumed/render_tics.py", line 16, in render_tic
inds = np.nonzero(tica_mdl.components_[tic_index,:])[0]
File "/home/sbhakat/anaconda3/lib/python3.6/site-packages/pandas/core/generic.py", line 4372, in __getattr__
return object.__getattribute__(self, name)
AttributeError: 'DataFrame' object has no attribute 'components_'
The text was updated successfully, but these errors were encountered:
I was trying to run the following script for tica rendering
But got an error like following:
The text was updated successfully, but these errors were encountered: