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
# Based on https://github.com/pydantic/pydantic/issues/1577#issuecomment-790506164
# We should use computed_property instead of this, when upgrading to pydantic 2.
classBaseModelWithPropertySupport(BaseModel):
, which might not be relevant any more. We did some work on make the everest config immutable, and if it is not fully immutable, we should make it immutable and remove property support.
The text was updated successfully, but these errors were encountered:
Came across this comment:
ert/src/everest/config/everest_config.py
Lines 84 to 87 in 875935e
The text was updated successfully, but these errors were encountered: