djgroen / facs

FACS: Flu And Coronavirus Simulator
https://facs.readthedocs.io
BSD 3-Clause "New" or "Revised" License
10 stars 7 forks source link

Add more simulations to the FACS autovalidator #35

Open djgroen opened 1 year ago

djgroen commented 1 year ago

The additional simulation configurations should be added here: https://github.com/djgroen/FabCovid19/tree/master/config_files/facs_validation/SWEEP

arindamsaha1507 commented 1 year ago

Hi @djgroen

Could you check if the command is correct?

Do you mean this one instead?

https://github.com/djgroen/FabCovid19/blob/685c703398e697ec78304486b81b0e47edf7c268/VVP/facs_VVP_ensemble_validation.py#L67

djgroen commented 1 year ago

No, I meant this one actually:

fabsim archer2 validate_facs:cores=24

arindamsaha1507 commented 1 year ago

Seemingly there is no task called validate_facs... Getting the error

RuntimeError: The request task facs_validate is not available!!

djgroen commented 1 year ago

@arindamsaha1507

Look at line 93...


@load_plugin_env_vars("FabCovid19")
def validate_facs(cores=1, skip_runs=False, label="", sif_mode=False, sif_dir="", **args):```