Skip to content

Commit

Permalink
Update simpeg/directives/directives.py
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
domfournier and github-actions[bot] authored Oct 9, 2024
1 parent 06c0312 commit 4c7f681
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion simpeg/directives/directives.py
Original file line number Diff line number Diff line change
Expand Up @@ -2987,7 +2987,9 @@ class SaveIterationsGeoH5(InversionDirective):
Saves inversion results to a geoh5 file
"""

def __init__(self, h5_object, dmisfit=None, attribute_type: str = "model", **kwargs):
def __init__(
self, h5_object, dmisfit=None, attribute_type: str = "model", **kwargs
):
self.data_type = {}
self._association = None
self.attribute_type = attribute_type
Expand Down

0 comments on commit 4c7f681

Please sign in to comment.