Skip to content

Commit

Permalink
Fix issue with lagging workspace_geoh5
Browse files Browse the repository at this point in the history
  • Loading branch information
domfournier committed Dec 19, 2023
1 parent d58c460 commit dd07036
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions geoapps/inversion/joint/driver.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ def drivers(self) -> list[InversionDriver] | None:
group = self.workspace.get_entity(group.uid)[0]
ui_json = group.options
ui_json["geoh5"] = self.workspace
ui_json["workspace_geoh5"] = None

ifile = InputFile(ui_json=ui_json)
mod_name, class_name = DRIVER_MAP.get(ifile.data["inversion_type"])
Expand Down

0 comments on commit dd07036

Please sign in to comment.