gem / oq-engine

OpenQuake Engine: a software for Seismic Hazard and Risk Analysis
https://github.com/gem/oq-engine/#openquake-engine
GNU Affero General Public License v3.0
380 stars 273 forks source link

individual_rlzs is not honored with --hc #9688

Closed micheles closed 4 months ago

micheles commented 4 months ago

If the original calculation had individual_rlzs=true, I cannot overwrite it with individual_rlzs=false in a postcalculation with --hc :-( This is a terrible bug, since it requires repeating hours/days of calculation if you one had an accidental individual_rlzs=true in the job.ini :-(

micheles commented 4 months ago

There is no such bug: the engine is working as intended. If individual_rlzs is not specified it inherits the parent value, i.e. true in this case. My fault for not remembering how it works.