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
Test if using an older parameter in oasislmf.json is correctly swapped for its updated equivalent.
Example: lookup_package_dir -> lookup_module_path
lookup_package_dir
lookup_module_path
The text was updated successfully, but these errors were encountered:
Confirmed as bug:
Only seems to be a V1 worker image problem, The V2 workers correctly detect and updates older keys:
V1
V2
id=2, status=INPUTS_GENERATION_STARTED [2024-05-17 09:10:12,405: WARNING/ForkPoolWorker-16] Deprecated key(s) in MDK config: [2024-05-17 09:10:12,405: WARNING/ForkPoolWorker-16] 'keys_data_path' loaded as 'lookup_data_dir' [2024-05-17 09:10:12,405: WARNING/ForkPoolWorker-16] 'source_exposure_file_path' loaded as 'oed_location_csv'
Sorry, something went wrong.
sambles
Successfully merging a pull request may close this issue.
Issue Description
Test if using an older parameter in oasislmf.json is correctly swapped for its updated equivalent.
Example:
lookup_package_dir
->lookup_module_path
The text was updated successfully, but these errors were encountered: