Skip to content

Commit 4c7f681

Browse files
Update simpeg/directives/directives.py
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 06c0312 commit 4c7f681

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

simpeg/directives/directives.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2987,7 +2987,9 @@ class SaveIterationsGeoH5(InversionDirective):
29872987
Saves inversion results to a geoh5 file
29882988
"""
29892989

2990-
def __init__(self, h5_object, dmisfit=None, attribute_type: str = "model", **kwargs):
2990+
def __init__(
2991+
self, h5_object, dmisfit=None, attribute_type: str = "model", **kwargs
2992+
):
29912993
self.data_type = {}
29922994
self._association = None
29932995
self.attribute_type = attribute_type

0 commit comments

Comments
 (0)