-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
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
ENH: Add realization and iteration object metadata definitions #785
ENH: Add realization and iteration object metadata definitions #785
Conversation
9ad9383
to
01aee5c
Compare
01aee5c
to
13d5786
Compare
75d44d2
to
81b2d3a
Compare
81b2d3a
to
ae2063c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not much to add beyond what @tnatt has covered. I worry that FMUIteration
being fmu
and not fmu.iteration
reads a bit confusingly but cannot think of any improvements over it that still align with the way we've named other things.
I think it will be good to go when FMURealization.context
is settled
1f742c1
to
a565fa0
Compare
78cfdae
to
369994a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good to me now 🚀 Thanks for taking on the issue!
Just remove the ssdl
block from the example then it is good to go IMO
5e90fd6
to
821be9e
Compare
Solving #774
Adding:
IterationMetadata
that requiresclass = iteration
fmu.context.stage = case
fmu.iteration
must existRealizationMetadata
that requiresclass = realization
fmu.context.stage = iteration
fmu.iteration
andfmu.realization
must exist