Remove deprecated option of setting the mcmc.scheduler
to string "None"
in ESPEI 0.9
#166
Milestone
mcmc.scheduler
to string "None"
in ESPEI 0.9
#166
Setting
mcmc.scheduler
to string"None"
to run serially was deprecated in #165.Instead of passing the scheduler as a string
"None"
, users should setmcmc.scheduler
tonull
in JSON/YAML orNone
in Python.Make sure to update the documentation page for the settings and the spec.
The text was updated successfully, but these errors were encountered: