ResourceOption cannot load variables from entrypoints.
The problem is when you have entrypoints like:
'local-p4 = bob.bio.base.config.grid.local:grid',
'local-p8 = bob.bio.base.config.grid.local:grid_p8',
'local-p16 = bob.bio.base.config.grid.local:grid_p16',
we usually cannot load them using the ResourceOption class when variable name is something else.
Follow-up from "Created the Baselines Concept" The following discussion from bob.bio.base!151 (merged) should be addressed:
-
@amohammadi started a discussion: (+10 comments) Just give the entry point group name here and it will load the baseline for you. You don't need to load the baseline manually.
Edited by Amir MOHAMMADI