CampbellGroup / common

Shared campbell lab code.
GNU Lesser General Public License v3.0
8 stars 5 forks source link

add allow_all option to script scanner recognized experiment headers #235

Open fanmingyu212 opened 6 years ago

fanmingyu212 commented 6 years ago

See @aransfor comments in https://github.com/CampbellGroup/common/issues/226#issuecomment-377023680. This option will allow an experiment to be run concurrently with all other experiments.

The default value for this option (when it is not present in an experiment header) should be False. When its value is False, it should read from allow_concurrent to get a list of experiments that can run concurrently with this experiment.