Uh oh!
There was an error while loading. Please reload this page.
Prototypes a new isolation interface - #266
Conversation
Hi @SimonBartels, @RMichae1. Could I ask you to take a look into the last two tests of I'm prototyping a new isolation interface that will hopefully be more reliable than the current one we have. In a nutshell:
Something like: frompathlibimportPathfrompoli.objective_factoryimportcreateproblem=create(
name="rasp",
wildtype_pdb_path=Path(__file__).parent.parent/"static_files_for_tests"/"3ned.pdb",
python_executable_for_isolation="/Users/sjt972/anaconda3/envs/poli__rasp/bin/python",
) |
SimonBartels
commented
Oct 2, 2024
Interesting approach. So the environment is defined through the executable? Sounds awesome. This also implies support for virtualenv and what not, right? |
miguelgondu
commented
Oct 2, 2024
Yeah, precisely. We should only assume that the user has That being said, I still think we should provide |
miguelgondu
commented
Oct 2, 2024
It seems that running w. the |
SimonBartels
commented
Oct 5, 2024
Hm. And there are other possible environment changes affecting for example |
No description provided.