You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sed -i 's/pydantic/pydantic>=1.7,<2/g' requirements.txt && pip install -r requirements.txt
This sed is a bit trickier since this kind of parameter should never have been hard coded into the state estimator. Ideally, this should be read in through the input_mapping.json
This sed should probably be replaced with a different version of sgidal-example. I'm working on that now + some other things.
oedi-si-single-container/build/oedisi/Dockerfile
Line 13 in 6122330
This sed is a bit trickier since this kind of parameter should never have been hard coded into the state estimator. Ideally, this should be read in through the input_mapping.json
oedi-si-single-container/build/pnnl_dsse/Dockerfile
Line 19 in 6122330
The text was updated successfully, but these errors were encountered: