Skip to content

Commit c0711c7

Browse files
committed
Referenced label
1 parent 85e4c02 commit c0711c7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

simpeg/directives/_save_geoh5.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -542,7 +542,7 @@ def get_values(self, values: list[np.ndarray] | None):
542542
)
543543
return membership
544544

545-
def write(self, iteration: int, values: list[np.ndarray] = None):
545+
def write(self, iteration: int, values: list[np.ndarray] | None = None):
546546
"""
547547
Method to write the reference model with data map.
548548
"""
@@ -556,7 +556,7 @@ def write(self, iteration: int, values: list[np.ndarray] = None):
556556
channel_name: {
557557
"association": self.association,
558558
"values": petro_model,
559-
"type": "REFERENCED",
559+
"type": "referenced",
560560
}
561561
}
562562
)

0 commit comments

Comments
 (0)