equinor / fmu-sumo

Interaction with Sumo in the FMU context
https://fmu-sumo.readthedocs.io/en/latest/
Apache License 2.0
0 stars 6 forks source link

Update case.iterations to use uuid instead of id #196

Closed adnejacobsen closed 1 year ago

adnejacobsen commented 1 year ago

The case.iterations property was still using fmu.iteration.id, this PR changes updates it to use fmu.iteration.uuid. This could cause issues if we have some outdated metadata missing the uuid field, not sure if this will be a problem.