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
For example MODEL_DATA_DIRECTORY was historically used to point the worker to mode data (set in conf.ini)
MODEL_DATA_DIRECTORY
OasisPlatform/conf.ini
Lines 1 to 2 in 20b0aa3
In more recent versions its now only used to find the default oasislmf.json file
oasislmf.json
OasisPlatform/src/model_execution_worker/utils.py
Lines 110 to 114 in 20b0aa3
We would be better of using the explicit OASIS_OASISLMF_CONFIG=<path-to-model-config.json> and removing MODEL_DATA_DIRECTORY
OASIS_OASISLMF_CONFIG=<path-to-model-config.json>
conf.ini
The text was updated successfully, but these errors were encountered:
Is this the same as the environment variable OASIS_MODEL_DATA_DIRECTORY used in the model registration script?
OASIS_MODEL_DATA_DIRECTORY
Sorry, something went wrong.
Oh good point.. it might be, i'd need to double check how its read into model_registration.sh but feels likely
model_registration.sh
sambles
No branches or pull requests
Issue Description
For example
MODEL_DATA_DIRECTORY
was historically used to point the worker to mode data (set in conf.ini)OasisPlatform/conf.ini
Lines 1 to 2 in 20b0aa3
In more recent versions its now only used to find the default
oasislmf.json
fileOasisPlatform/src/model_execution_worker/utils.py
Lines 110 to 114 in 20b0aa3
We would be better of using the explicit
OASIS_OASISLMF_CONFIG=<path-to-model-config.json>
and removingMODEL_DATA_DIRECTORY
conf.ini
options and remove any confusing / duplicated options.The text was updated successfully, but these errors were encountered: