MachineLearningLifeScience / poli

Protein Objectives Library
MIT License
12 stars 1 forks source link

In isolation, the user should be encouraged to create instances of objects #170

Open miguelgondu opened 3 months ago

miguelgondu commented 3 months ago

Recently, we changed the registration for isolation s.t. it took Type[AbstractIsolatedFunction] instead of instances. (See _make_run_script)

We should however encourage users to create an instance of the object they're trying to isolate. That way the user is sure their object runs inside a specific conda environment.

Moreover, we should update the documentation.