We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"official" models are defined with this pattern:
model_args: Dict[str, Any] = dict( version='NSHM_v1.0.4', title="NSHM version 1.0.4, corrected fault geometry", slt_json="nshm_v1.0.4_v2.json", gmm_json="gmcm_nshm_v1.0.4.json", gmm_xml="NZ_NSHM_GMM_LT_final_EE_new_names.xml", hazard_config=copy.deepcopy(OpenquakeConfig(DEFAULT_HAZARD_CONFIG)), )
For symmetry and cleaner typing, it would be nice to define the hazard_config with a file like the other parameters
hazard_config
requires ability to serialize/deserialize config objects #103
done when:
resources
The text was updated successfully, but these errors were encountered:
chrisdicaprio
No branches or pull requests
"official" models are defined with this pattern:
For symmetry and cleaner typing, it would be nice to define the
hazard_config
with a file like the other parametersrequires ability to serialize/deserialize config objects #103
done when:
resources
for their configsThe text was updated successfully, but these errors were encountered: