delemottelab / string-method-swarms-trajectories

A python implementation of the string method with swarms of trajectories using GROMACS
MIT License
17 stars 5 forks source link

import src.analysis - package not found #35

Open lorena-zuzic opened 1 year ago

lorena-zuzic commented 1 year ago

Hi all,

When running examples/start-up/string_check.ipynb, one of the lines package-loading includes:

import src.analysis as spc

This package includes functions like: strings_time_series, rmsd_strings_time_series, strings_to_SF_IG. However, this package does not seem to be included in the Github project. Am I missing something?