From 73d52ac3e6dc35cc5d4d87ca4367b4d2ac5a9fa6 Mon Sep 17 00:00:00 2001 From: dominiquef Date: Mon, 23 Jun 2025 14:05:34 -0700 Subject: [PATCH 1/4] Start refactoring to use geoapps_utils.sweeper --- simpeg_drivers/driver.py | 3 ++- simpeg_drivers/line_sweep/driver.py | 12 ++++++++---- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/simpeg_drivers/driver.py b/simpeg_drivers/driver.py index 12a99b8b..8ad9e250 100644 --- a/simpeg_drivers/driver.py +++ b/simpeg_drivers/driver.py @@ -30,12 +30,13 @@ from geoapps_utils.base import Driver from geoapps_utils.utils.importing import GeoAppsError +from geoapps_utils.param_sweeps.driver import SweepParams from geoh5py.groups import SimPEGGroup from geoh5py.objects import FEMSurvey from geoh5py.shared.utils import fetch_active_workspace from geoh5py.ui_json import InputFile -from param_sweeps.driver import SweepParams + from simpeg import ( dask, directives, diff --git a/simpeg_drivers/line_sweep/driver.py b/simpeg_drivers/line_sweep/driver.py index f72d4c5e..20b25837 100644 --- a/simpeg_drivers/line_sweep/driver.py +++ b/simpeg_drivers/line_sweep/driver.py @@ -16,14 +16,14 @@ from pathlib import Path import numpy as np +from geoapps_utils.param_sweeps.driver import SweepDriver, SweepParams +from geoapps_utils.param_sweeps.generate import generate from geoh5py.data import FilenameData from geoh5py.groups import SimPEGGroup from geoh5py.objects import DrapeModel, PotentialElectrode from geoh5py.shared.utils import fetch_active_workspace from geoh5py.ui_json import InputFile from geoh5py.workspace import Workspace -from param_sweeps.driver import SweepDriver, SweepParams -from param_sweeps.generate import generate from simpeg_drivers.driver import InversionDriver from simpeg_drivers.utils.utils import active_from_xyz, drape_to_octree @@ -32,6 +32,8 @@ class LineSweepDriver(SweepDriver, InversionDriver): """Line Sweep driver for batch 2D forward and inversion drivers.""" + _params_class = SweepParams + def __init__(self, params): self._out_group = None self.batch2d_params = params @@ -43,7 +45,9 @@ def __init__(self, params): ): self.batch2d_params.out_group = self.out_group - super().__init__(self.setup_params()) + params = self.setup_params() + params.inversion_type = self.batch2d_params.inversion_type + super().__init__(params) @property def out_group(self): @@ -96,7 +100,7 @@ def setup_params(self): ifile.data["line_id_start"] = int(lines.min()) ifile.data["line_id_end"] = int(lines.max()) ifile.data["line_id_n"] = len(np.unique(lines)) - sweep_params = SweepParams.from_input_file(ifile) + sweep_params = SweepParams.build(ifile) sweep_params.geoh5 = self.workspace return sweep_params From dae3055b9d7000019a53c856bf2f6e952d784894 Mon Sep 17 00:00:00 2001 From: dominiquef Date: Thu, 26 Jun 2025 10:51:34 -0700 Subject: [PATCH 2/4] Re-locking --- .../py-3.10-linux-64-dev.conda.lock.yml | 16 ++--- environments/py-3.10-linux-64.conda.lock.yml | 16 ++--- .../py-3.10-win-64-dev.conda.lock.yml | 8 +-- environments/py-3.10-win-64.conda.lock.yml | 8 +-- .../py-3.11-linux-64-dev.conda.lock.yml | 16 ++--- environments/py-3.11-linux-64.conda.lock.yml | 16 ++--- .../py-3.11-win-64-dev.conda.lock.yml | 8 +-- environments/py-3.11-win-64.conda.lock.yml | 8 +-- .../py-3.12-linux-64-dev.conda.lock.yml | 16 ++--- environments/py-3.12-linux-64.conda.lock.yml | 16 ++--- .../py-3.12-win-64-dev.conda.lock.yml | 8 +-- environments/py-3.12-win-64.conda.lock.yml | 8 +-- py-3.10.conda-lock.yml | 72 +++++++++---------- py-3.11.conda-lock.yml | 72 +++++++++---------- py-3.12.conda-lock.yml | 72 +++++++++---------- 15 files changed, 180 insertions(+), 180 deletions(-) diff --git a/environments/py-3.10-linux-64-dev.conda.lock.yml b/environments/py-3.10-linux-64-dev.conda.lock.yml index 33cd49b6..39f10a75 100644 --- a/environments/py-3.10-linux-64-dev.conda.lock.yml +++ b/environments/py-3.10-linux-64-dev.conda.lock.yml @@ -125,10 +125,10 @@ dependencies: - libffi=3.4.6=h2dba641_1 - libfreetype=2.13.3=ha770c72_1 - libfreetype6=2.13.3=h48d6fc4_1 - - libgcc=15.1.0=h767d61c_2 - - libgcc-ng=15.1.0=h69a702a_2 - - libgfortran=15.1.0=h69a702a_2 - - libgfortran5=15.1.0=hcea5267_2 + - libgcc=15.1.0=h767d61c_3 + - libgcc-ng=15.1.0=h69a702a_3 + - libgfortran=15.1.0=h69a702a_3 + - libgfortran5=15.1.0=hcea5267_3 - libhwloc=2.11.2=default_h0d58e46_1001 - libiconv=1.18=h4ce23a2_1 - libjpeg-turbo=3.1.0=hb9d3cd8_0 @@ -139,10 +139,10 @@ dependencies: - libpng=1.6.49=h943b412_0 - libscotch=7.0.6=hea33c07_1 - libsodium=1.0.20=h4ab18f5_0 - - libsqlite=3.50.1=h6cd9bfd_6 + - libsqlite=3.50.1=h6cd9bfd_7 - libssh2=1.11.1=hcf80075_0 - - libstdcxx=15.1.0=h8f9b012_2 - - libstdcxx-ng=15.1.0=h4852527_2 + - libstdcxx=15.1.0=h8f9b012_3 + - libstdcxx-ng=15.1.0=h4852527_3 - libtiff=4.7.0=hf01ce69_5 - libuuid=2.38.1=h0b41bf4_0 - libwebp-base=1.5.0=h851e524_0 @@ -302,7 +302,7 @@ dependencies: - zstandard=0.23.0=py310ha75aee5_2 - zstd=1.5.7=hb8e6e7a_2 - pip: - - geoapps-utils @ git+https://github.com/MiraGeoscience/geoapps-utils.git@91ec5c45ff7357cd8f2bdb75dc61c55fdd6459b5 + - geoapps-utils @ git+https://github.com/MiraGeoscience/geoapps-utils.git@3936709de7ce3cd7d469b6c88f34bb0a704670de - geoh5py @ git+https://github.com/MiraGeoscience/geoh5py.git@99695a5e34812bfbb53cef84803033a91af137de - mira-simpeg @ git+https://github.com/MiraGeoscience/simpeg.git@f72a1367edcb2da969002ca06f18f532340b3c27 - octree-creation-app @ git+https://github.com/MiraGeoscience/octree-creation-app.git@02fbd85bf7d54b8f4336f1f0094c1c3e27714e81 diff --git a/environments/py-3.10-linux-64.conda.lock.yml b/environments/py-3.10-linux-64.conda.lock.yml index 5fc2b5e9..6bf97c87 100644 --- a/environments/py-3.10-linux-64.conda.lock.yml +++ b/environments/py-3.10-linux-64.conda.lock.yml @@ -64,10 +64,10 @@ dependencies: - libffi=3.4.6=h2dba641_1 - libfreetype=2.13.3=ha770c72_1 - libfreetype6=2.13.3=h48d6fc4_1 - - libgcc=15.1.0=h767d61c_2 - - libgcc-ng=15.1.0=h69a702a_2 - - libgfortran=15.1.0=h69a702a_2 - - libgfortran5=15.1.0=hcea5267_2 + - libgcc=15.1.0=h767d61c_3 + - libgcc-ng=15.1.0=h69a702a_3 + - libgfortran=15.1.0=h69a702a_3 + - libgfortran5=15.1.0=hcea5267_3 - libhwloc=2.11.2=default_h0d58e46_1001 - libiconv=1.18=h4ce23a2_1 - libjpeg-turbo=3.1.0=hb9d3cd8_0 @@ -77,10 +77,10 @@ dependencies: - libnsl=2.0.1=hb9d3cd8_1 - libpng=1.6.49=h943b412_0 - libscotch=7.0.6=hea33c07_1 - - libsqlite=3.50.1=h6cd9bfd_6 + - libsqlite=3.50.1=h6cd9bfd_7 - libssh2=1.11.1=hcf80075_0 - - libstdcxx=15.1.0=h8f9b012_2 - - libstdcxx-ng=15.1.0=h4852527_2 + - libstdcxx=15.1.0=h8f9b012_3 + - libstdcxx-ng=15.1.0=h4852527_3 - libtiff=4.7.0=hf01ce69_5 - libuuid=2.38.1=h0b41bf4_0 - libwebp-base=1.5.0=h851e524_0 @@ -154,7 +154,7 @@ dependencies: - zstandard=0.23.0=py310ha75aee5_2 - zstd=1.5.7=hb8e6e7a_2 - pip: - - geoapps-utils @ git+https://github.com/MiraGeoscience/geoapps-utils.git@91ec5c45ff7357cd8f2bdb75dc61c55fdd6459b5 + - geoapps-utils @ git+https://github.com/MiraGeoscience/geoapps-utils.git@3936709de7ce3cd7d469b6c88f34bb0a704670de - geoh5py @ git+https://github.com/MiraGeoscience/geoh5py.git@99695a5e34812bfbb53cef84803033a91af137de - mira-simpeg @ git+https://github.com/MiraGeoscience/simpeg.git@f72a1367edcb2da969002ca06f18f532340b3c27 - octree-creation-app @ git+https://github.com/MiraGeoscience/octree-creation-app.git@02fbd85bf7d54b8f4336f1f0094c1c3e27714e81 diff --git a/environments/py-3.10-win-64-dev.conda.lock.yml b/environments/py-3.10-win-64-dev.conda.lock.yml index c379b4a8..9e3e8d2e 100644 --- a/environments/py-3.10-win-64-dev.conda.lock.yml +++ b/environments/py-3.10-win-64-dev.conda.lock.yml @@ -121,8 +121,8 @@ dependencies: - libffi=3.4.6=h537db12_1 - libfreetype=2.13.3=h57928b3_1 - libfreetype6=2.13.3=h0b5ce68_1 - - libgcc=15.1.0=h1383e82_2 - - libgomp=15.1.0=h1383e82_2 + - libgcc=15.1.0=h1383e82_3 + - libgomp=15.1.0=h1383e82_3 - libhwloc=2.11.2=default_ha69328c_1001 - libiconv=1.18=h135ad9c_1 - libjpeg-turbo=3.1.0=h2466b09_0 @@ -130,7 +130,7 @@ dependencies: - liblzma=5.8.1=h2466b09_2 - libpng=1.6.49=h7a4582a_0 - libsodium=1.0.20=hc70643c_0 - - libsqlite=3.50.1=hf5d6505_6 + - libsqlite=3.50.1=hf5d6505_7 - libssh2=1.11.1=h9aa295b_0 - libtiff=4.7.0=h05922d8_5 - libwebp-base=1.5.0=h3b0e114_0 @@ -292,7 +292,7 @@ dependencies: - zstandard=0.23.0=py310ha8f682b_2 - zstd=1.5.7=hbeecb71_2 - pip: - - geoapps-utils @ git+https://github.com/MiraGeoscience/geoapps-utils.git@91ec5c45ff7357cd8f2bdb75dc61c55fdd6459b5 + - geoapps-utils @ git+https://github.com/MiraGeoscience/geoapps-utils.git@3936709de7ce3cd7d469b6c88f34bb0a704670de - geoh5py @ git+https://github.com/MiraGeoscience/geoh5py.git@99695a5e34812bfbb53cef84803033a91af137de - mira-simpeg @ git+https://github.com/MiraGeoscience/simpeg.git@f72a1367edcb2da969002ca06f18f532340b3c27 - octree-creation-app @ git+https://github.com/MiraGeoscience/octree-creation-app.git@02fbd85bf7d54b8f4336f1f0094c1c3e27714e81 diff --git a/environments/py-3.10-win-64.conda.lock.yml b/environments/py-3.10-win-64.conda.lock.yml index d3c226fb..04d2a035 100644 --- a/environments/py-3.10-win-64.conda.lock.yml +++ b/environments/py-3.10-win-64.conda.lock.yml @@ -59,15 +59,15 @@ dependencies: - libffi=3.4.6=h537db12_1 - libfreetype=2.13.3=h57928b3_1 - libfreetype6=2.13.3=h0b5ce68_1 - - libgcc=15.1.0=h1383e82_2 - - libgomp=15.1.0=h1383e82_2 + - libgcc=15.1.0=h1383e82_3 + - libgomp=15.1.0=h1383e82_3 - libhwloc=2.11.2=default_ha69328c_1001 - libiconv=1.18=h135ad9c_1 - libjpeg-turbo=3.1.0=h2466b09_0 - liblapack=3.9.0=32_h1aa476e_mkl - liblzma=5.8.1=h2466b09_2 - libpng=1.6.49=h7a4582a_0 - - libsqlite=3.50.1=hf5d6505_6 + - libsqlite=3.50.1=hf5d6505_7 - libssh2=1.11.1=h9aa295b_0 - libtiff=4.7.0=h05922d8_5 - libwebp-base=1.5.0=h3b0e114_0 @@ -142,7 +142,7 @@ dependencies: - zstandard=0.23.0=py310ha8f682b_2 - zstd=1.5.7=hbeecb71_2 - pip: - - geoapps-utils @ git+https://github.com/MiraGeoscience/geoapps-utils.git@91ec5c45ff7357cd8f2bdb75dc61c55fdd6459b5 + - geoapps-utils @ git+https://github.com/MiraGeoscience/geoapps-utils.git@3936709de7ce3cd7d469b6c88f34bb0a704670de - geoh5py @ git+https://github.com/MiraGeoscience/geoh5py.git@99695a5e34812bfbb53cef84803033a91af137de - mira-simpeg @ git+https://github.com/MiraGeoscience/simpeg.git@f72a1367edcb2da969002ca06f18f532340b3c27 - octree-creation-app @ git+https://github.com/MiraGeoscience/octree-creation-app.git@02fbd85bf7d54b8f4336f1f0094c1c3e27714e81 diff --git a/environments/py-3.11-linux-64-dev.conda.lock.yml b/environments/py-3.11-linux-64-dev.conda.lock.yml index b9cac7c0..a9df3638 100644 --- a/environments/py-3.11-linux-64-dev.conda.lock.yml +++ b/environments/py-3.11-linux-64-dev.conda.lock.yml @@ -127,10 +127,10 @@ dependencies: - libffi=3.4.6=h2dba641_1 - libfreetype=2.13.3=ha770c72_1 - libfreetype6=2.13.3=h48d6fc4_1 - - libgcc=15.1.0=h767d61c_2 - - libgcc-ng=15.1.0=h69a702a_2 - - libgfortran=15.1.0=h69a702a_2 - - libgfortran5=15.1.0=hcea5267_2 + - libgcc=15.1.0=h767d61c_3 + - libgcc-ng=15.1.0=h69a702a_3 + - libgfortran=15.1.0=h69a702a_3 + - libgfortran5=15.1.0=hcea5267_3 - libhwloc=2.11.2=default_h0d58e46_1001 - libiconv=1.18=h4ce23a2_1 - libjpeg-turbo=3.1.0=hb9d3cd8_0 @@ -141,10 +141,10 @@ dependencies: - libpng=1.6.49=h943b412_0 - libscotch=7.0.6=hea33c07_1 - libsodium=1.0.20=h4ab18f5_0 - - libsqlite=3.50.1=h6cd9bfd_6 + - libsqlite=3.50.1=h6cd9bfd_7 - libssh2=1.11.1=hcf80075_0 - - libstdcxx=15.1.0=h8f9b012_2 - - libstdcxx-ng=15.1.0=h4852527_2 + - libstdcxx=15.1.0=h8f9b012_3 + - libstdcxx-ng=15.1.0=h4852527_3 - libtiff=4.7.0=hf01ce69_5 - libuuid=2.38.1=h0b41bf4_0 - libwebp-base=1.5.0=h851e524_0 @@ -305,7 +305,7 @@ dependencies: - zstandard=0.23.0=py311h9ecbd09_2 - zstd=1.5.7=hb8e6e7a_2 - pip: - - geoapps-utils @ git+https://github.com/MiraGeoscience/geoapps-utils.git@91ec5c45ff7357cd8f2bdb75dc61c55fdd6459b5 + - geoapps-utils @ git+https://github.com/MiraGeoscience/geoapps-utils.git@3936709de7ce3cd7d469b6c88f34bb0a704670de - geoh5py @ git+https://github.com/MiraGeoscience/geoh5py.git@99695a5e34812bfbb53cef84803033a91af137de - mira-simpeg @ git+https://github.com/MiraGeoscience/simpeg.git@f72a1367edcb2da969002ca06f18f532340b3c27 - octree-creation-app @ git+https://github.com/MiraGeoscience/octree-creation-app.git@02fbd85bf7d54b8f4336f1f0094c1c3e27714e81 diff --git a/environments/py-3.11-linux-64.conda.lock.yml b/environments/py-3.11-linux-64.conda.lock.yml index 6cd3518c..f138f120 100644 --- a/environments/py-3.11-linux-64.conda.lock.yml +++ b/environments/py-3.11-linux-64.conda.lock.yml @@ -65,10 +65,10 @@ dependencies: - libffi=3.4.6=h2dba641_1 - libfreetype=2.13.3=ha770c72_1 - libfreetype6=2.13.3=h48d6fc4_1 - - libgcc=15.1.0=h767d61c_2 - - libgcc-ng=15.1.0=h69a702a_2 - - libgfortran=15.1.0=h69a702a_2 - - libgfortran5=15.1.0=hcea5267_2 + - libgcc=15.1.0=h767d61c_3 + - libgcc-ng=15.1.0=h69a702a_3 + - libgfortran=15.1.0=h69a702a_3 + - libgfortran5=15.1.0=hcea5267_3 - libhwloc=2.11.2=default_h0d58e46_1001 - libiconv=1.18=h4ce23a2_1 - libjpeg-turbo=3.1.0=hb9d3cd8_0 @@ -78,10 +78,10 @@ dependencies: - libnsl=2.0.1=hb9d3cd8_1 - libpng=1.6.49=h943b412_0 - libscotch=7.0.6=hea33c07_1 - - libsqlite=3.50.1=h6cd9bfd_6 + - libsqlite=3.50.1=h6cd9bfd_7 - libssh2=1.11.1=hcf80075_0 - - libstdcxx=15.1.0=h8f9b012_2 - - libstdcxx-ng=15.1.0=h4852527_2 + - libstdcxx=15.1.0=h8f9b012_3 + - libstdcxx-ng=15.1.0=h4852527_3 - libtiff=4.7.0=hf01ce69_5 - libuuid=2.38.1=h0b41bf4_0 - libwebp-base=1.5.0=h851e524_0 @@ -156,7 +156,7 @@ dependencies: - zstandard=0.23.0=py311h9ecbd09_2 - zstd=1.5.7=hb8e6e7a_2 - pip: - - geoapps-utils @ git+https://github.com/MiraGeoscience/geoapps-utils.git@91ec5c45ff7357cd8f2bdb75dc61c55fdd6459b5 + - geoapps-utils @ git+https://github.com/MiraGeoscience/geoapps-utils.git@3936709de7ce3cd7d469b6c88f34bb0a704670de - geoh5py @ git+https://github.com/MiraGeoscience/geoh5py.git@99695a5e34812bfbb53cef84803033a91af137de - mira-simpeg @ git+https://github.com/MiraGeoscience/simpeg.git@f72a1367edcb2da969002ca06f18f532340b3c27 - octree-creation-app @ git+https://github.com/MiraGeoscience/octree-creation-app.git@02fbd85bf7d54b8f4336f1f0094c1c3e27714e81 diff --git a/environments/py-3.11-win-64-dev.conda.lock.yml b/environments/py-3.11-win-64-dev.conda.lock.yml index 1c432fc6..db1a5137 100644 --- a/environments/py-3.11-win-64-dev.conda.lock.yml +++ b/environments/py-3.11-win-64-dev.conda.lock.yml @@ -123,8 +123,8 @@ dependencies: - libffi=3.4.6=h537db12_1 - libfreetype=2.13.3=h57928b3_1 - libfreetype6=2.13.3=h0b5ce68_1 - - libgcc=15.1.0=h1383e82_2 - - libgomp=15.1.0=h1383e82_2 + - libgcc=15.1.0=h1383e82_3 + - libgomp=15.1.0=h1383e82_3 - libhwloc=2.11.2=default_ha69328c_1001 - libiconv=1.18=h135ad9c_1 - libjpeg-turbo=3.1.0=h2466b09_0 @@ -132,7 +132,7 @@ dependencies: - liblzma=5.8.1=h2466b09_2 - libpng=1.6.49=h7a4582a_0 - libsodium=1.0.20=hc70643c_0 - - libsqlite=3.50.1=hf5d6505_6 + - libsqlite=3.50.1=hf5d6505_7 - libssh2=1.11.1=h9aa295b_0 - libtiff=4.7.0=h05922d8_5 - libwebp-base=1.5.0=h3b0e114_0 @@ -295,7 +295,7 @@ dependencies: - zstandard=0.23.0=py311he736701_2 - zstd=1.5.7=hbeecb71_2 - pip: - - geoapps-utils @ git+https://github.com/MiraGeoscience/geoapps-utils.git@91ec5c45ff7357cd8f2bdb75dc61c55fdd6459b5 + - geoapps-utils @ git+https://github.com/MiraGeoscience/geoapps-utils.git@3936709de7ce3cd7d469b6c88f34bb0a704670de - geoh5py @ git+https://github.com/MiraGeoscience/geoh5py.git@99695a5e34812bfbb53cef84803033a91af137de - mira-simpeg @ git+https://github.com/MiraGeoscience/simpeg.git@f72a1367edcb2da969002ca06f18f532340b3c27 - octree-creation-app @ git+https://github.com/MiraGeoscience/octree-creation-app.git@02fbd85bf7d54b8f4336f1f0094c1c3e27714e81 diff --git a/environments/py-3.11-win-64.conda.lock.yml b/environments/py-3.11-win-64.conda.lock.yml index c8bba703..cbf756fd 100644 --- a/environments/py-3.11-win-64.conda.lock.yml +++ b/environments/py-3.11-win-64.conda.lock.yml @@ -60,15 +60,15 @@ dependencies: - libffi=3.4.6=h537db12_1 - libfreetype=2.13.3=h57928b3_1 - libfreetype6=2.13.3=h0b5ce68_1 - - libgcc=15.1.0=h1383e82_2 - - libgomp=15.1.0=h1383e82_2 + - libgcc=15.1.0=h1383e82_3 + - libgomp=15.1.0=h1383e82_3 - libhwloc=2.11.2=default_ha69328c_1001 - libiconv=1.18=h135ad9c_1 - libjpeg-turbo=3.1.0=h2466b09_0 - liblapack=3.9.0=32_h1aa476e_mkl - liblzma=5.8.1=h2466b09_2 - libpng=1.6.49=h7a4582a_0 - - libsqlite=3.50.1=hf5d6505_6 + - libsqlite=3.50.1=hf5d6505_7 - libssh2=1.11.1=h9aa295b_0 - libtiff=4.7.0=h05922d8_5 - libwebp-base=1.5.0=h3b0e114_0 @@ -144,7 +144,7 @@ dependencies: - zstandard=0.23.0=py311he736701_2 - zstd=1.5.7=hbeecb71_2 - pip: - - geoapps-utils @ git+https://github.com/MiraGeoscience/geoapps-utils.git@91ec5c45ff7357cd8f2bdb75dc61c55fdd6459b5 + - geoapps-utils @ git+https://github.com/MiraGeoscience/geoapps-utils.git@3936709de7ce3cd7d469b6c88f34bb0a704670de - geoh5py @ git+https://github.com/MiraGeoscience/geoh5py.git@99695a5e34812bfbb53cef84803033a91af137de - mira-simpeg @ git+https://github.com/MiraGeoscience/simpeg.git@f72a1367edcb2da969002ca06f18f532340b3c27 - octree-creation-app @ git+https://github.com/MiraGeoscience/octree-creation-app.git@02fbd85bf7d54b8f4336f1f0094c1c3e27714e81 diff --git a/environments/py-3.12-linux-64-dev.conda.lock.yml b/environments/py-3.12-linux-64-dev.conda.lock.yml index f4ed79fa..812b151d 100644 --- a/environments/py-3.12-linux-64-dev.conda.lock.yml +++ b/environments/py-3.12-linux-64-dev.conda.lock.yml @@ -127,10 +127,10 @@ dependencies: - libffi=3.4.6=h2dba641_1 - libfreetype=2.13.3=ha770c72_1 - libfreetype6=2.13.3=h48d6fc4_1 - - libgcc=15.1.0=h767d61c_2 - - libgcc-ng=15.1.0=h69a702a_2 - - libgfortran=15.1.0=h69a702a_2 - - libgfortran5=15.1.0=hcea5267_2 + - libgcc=15.1.0=h767d61c_3 + - libgcc-ng=15.1.0=h69a702a_3 + - libgfortran=15.1.0=h69a702a_3 + - libgfortran5=15.1.0=hcea5267_3 - libhwloc=2.11.2=default_h0d58e46_1001 - libiconv=1.18=h4ce23a2_1 - libjpeg-turbo=3.1.0=hb9d3cd8_0 @@ -141,10 +141,10 @@ dependencies: - libpng=1.6.49=h943b412_0 - libscotch=7.0.6=hea33c07_1 - libsodium=1.0.20=h4ab18f5_0 - - libsqlite=3.50.1=h6cd9bfd_6 + - libsqlite=3.50.1=h6cd9bfd_7 - libssh2=1.11.1=hcf80075_0 - - libstdcxx=15.1.0=h8f9b012_2 - - libstdcxx-ng=15.1.0=h4852527_2 + - libstdcxx=15.1.0=h8f9b012_3 + - libstdcxx-ng=15.1.0=h4852527_3 - libtiff=4.7.0=hf01ce69_5 - libuuid=2.38.1=h0b41bf4_0 - libwebp-base=1.5.0=h851e524_0 @@ -305,7 +305,7 @@ dependencies: - zstandard=0.23.0=py312h66e93f0_2 - zstd=1.5.7=hb8e6e7a_2 - pip: - - geoapps-utils @ git+https://github.com/MiraGeoscience/geoapps-utils.git@91ec5c45ff7357cd8f2bdb75dc61c55fdd6459b5 + - geoapps-utils @ git+https://github.com/MiraGeoscience/geoapps-utils.git@3936709de7ce3cd7d469b6c88f34bb0a704670de - geoh5py @ git+https://github.com/MiraGeoscience/geoh5py.git@99695a5e34812bfbb53cef84803033a91af137de - mira-simpeg @ git+https://github.com/MiraGeoscience/simpeg.git@f72a1367edcb2da969002ca06f18f532340b3c27 - octree-creation-app @ git+https://github.com/MiraGeoscience/octree-creation-app.git@02fbd85bf7d54b8f4336f1f0094c1c3e27714e81 diff --git a/environments/py-3.12-linux-64.conda.lock.yml b/environments/py-3.12-linux-64.conda.lock.yml index 1ce584ee..9d3dec15 100644 --- a/environments/py-3.12-linux-64.conda.lock.yml +++ b/environments/py-3.12-linux-64.conda.lock.yml @@ -65,10 +65,10 @@ dependencies: - libffi=3.4.6=h2dba641_1 - libfreetype=2.13.3=ha770c72_1 - libfreetype6=2.13.3=h48d6fc4_1 - - libgcc=15.1.0=h767d61c_2 - - libgcc-ng=15.1.0=h69a702a_2 - - libgfortran=15.1.0=h69a702a_2 - - libgfortran5=15.1.0=hcea5267_2 + - libgcc=15.1.0=h767d61c_3 + - libgcc-ng=15.1.0=h69a702a_3 + - libgfortran=15.1.0=h69a702a_3 + - libgfortran5=15.1.0=hcea5267_3 - libhwloc=2.11.2=default_h0d58e46_1001 - libiconv=1.18=h4ce23a2_1 - libjpeg-turbo=3.1.0=hb9d3cd8_0 @@ -78,10 +78,10 @@ dependencies: - libnsl=2.0.1=hb9d3cd8_1 - libpng=1.6.49=h943b412_0 - libscotch=7.0.6=hea33c07_1 - - libsqlite=3.50.1=h6cd9bfd_6 + - libsqlite=3.50.1=h6cd9bfd_7 - libssh2=1.11.1=hcf80075_0 - - libstdcxx=15.1.0=h8f9b012_2 - - libstdcxx-ng=15.1.0=h4852527_2 + - libstdcxx=15.1.0=h8f9b012_3 + - libstdcxx-ng=15.1.0=h4852527_3 - libtiff=4.7.0=hf01ce69_5 - libuuid=2.38.1=h0b41bf4_0 - libwebp-base=1.5.0=h851e524_0 @@ -156,7 +156,7 @@ dependencies: - zstandard=0.23.0=py312h66e93f0_2 - zstd=1.5.7=hb8e6e7a_2 - pip: - - geoapps-utils @ git+https://github.com/MiraGeoscience/geoapps-utils.git@91ec5c45ff7357cd8f2bdb75dc61c55fdd6459b5 + - geoapps-utils @ git+https://github.com/MiraGeoscience/geoapps-utils.git@3936709de7ce3cd7d469b6c88f34bb0a704670de - geoh5py @ git+https://github.com/MiraGeoscience/geoh5py.git@99695a5e34812bfbb53cef84803033a91af137de - mira-simpeg @ git+https://github.com/MiraGeoscience/simpeg.git@f72a1367edcb2da969002ca06f18f532340b3c27 - octree-creation-app @ git+https://github.com/MiraGeoscience/octree-creation-app.git@02fbd85bf7d54b8f4336f1f0094c1c3e27714e81 diff --git a/environments/py-3.12-win-64-dev.conda.lock.yml b/environments/py-3.12-win-64-dev.conda.lock.yml index 177e42fc..b13d5e8d 100644 --- a/environments/py-3.12-win-64-dev.conda.lock.yml +++ b/environments/py-3.12-win-64-dev.conda.lock.yml @@ -123,8 +123,8 @@ dependencies: - libffi=3.4.6=h537db12_1 - libfreetype=2.13.3=h57928b3_1 - libfreetype6=2.13.3=h0b5ce68_1 - - libgcc=15.1.0=h1383e82_2 - - libgomp=15.1.0=h1383e82_2 + - libgcc=15.1.0=h1383e82_3 + - libgomp=15.1.0=h1383e82_3 - libhwloc=2.11.2=default_ha69328c_1001 - libiconv=1.18=h135ad9c_1 - libjpeg-turbo=3.1.0=h2466b09_0 @@ -132,7 +132,7 @@ dependencies: - liblzma=5.8.1=h2466b09_2 - libpng=1.6.49=h7a4582a_0 - libsodium=1.0.20=hc70643c_0 - - libsqlite=3.50.1=hf5d6505_6 + - libsqlite=3.50.1=hf5d6505_7 - libssh2=1.11.1=h9aa295b_0 - libtiff=4.7.0=h05922d8_5 - libwebp-base=1.5.0=h3b0e114_0 @@ -295,7 +295,7 @@ dependencies: - zstandard=0.23.0=py312h4389bb4_2 - zstd=1.5.7=hbeecb71_2 - pip: - - geoapps-utils @ git+https://github.com/MiraGeoscience/geoapps-utils.git@91ec5c45ff7357cd8f2bdb75dc61c55fdd6459b5 + - geoapps-utils @ git+https://github.com/MiraGeoscience/geoapps-utils.git@3936709de7ce3cd7d469b6c88f34bb0a704670de - geoh5py @ git+https://github.com/MiraGeoscience/geoh5py.git@99695a5e34812bfbb53cef84803033a91af137de - mira-simpeg @ git+https://github.com/MiraGeoscience/simpeg.git@f72a1367edcb2da969002ca06f18f532340b3c27 - octree-creation-app @ git+https://github.com/MiraGeoscience/octree-creation-app.git@02fbd85bf7d54b8f4336f1f0094c1c3e27714e81 diff --git a/environments/py-3.12-win-64.conda.lock.yml b/environments/py-3.12-win-64.conda.lock.yml index 877a4883..53e68fd2 100644 --- a/environments/py-3.12-win-64.conda.lock.yml +++ b/environments/py-3.12-win-64.conda.lock.yml @@ -60,15 +60,15 @@ dependencies: - libffi=3.4.6=h537db12_1 - libfreetype=2.13.3=h57928b3_1 - libfreetype6=2.13.3=h0b5ce68_1 - - libgcc=15.1.0=h1383e82_2 - - libgomp=15.1.0=h1383e82_2 + - libgcc=15.1.0=h1383e82_3 + - libgomp=15.1.0=h1383e82_3 - libhwloc=2.11.2=default_ha69328c_1001 - libiconv=1.18=h135ad9c_1 - libjpeg-turbo=3.1.0=h2466b09_0 - liblapack=3.9.0=32_h1aa476e_mkl - liblzma=5.8.1=h2466b09_2 - libpng=1.6.49=h7a4582a_0 - - libsqlite=3.50.1=hf5d6505_6 + - libsqlite=3.50.1=hf5d6505_7 - libssh2=1.11.1=h9aa295b_0 - libtiff=4.7.0=h05922d8_5 - libwebp-base=1.5.0=h3b0e114_0 @@ -144,7 +144,7 @@ dependencies: - zstandard=0.23.0=py312h4389bb4_2 - zstd=1.5.7=hbeecb71_2 - pip: - - geoapps-utils @ git+https://github.com/MiraGeoscience/geoapps-utils.git@91ec5c45ff7357cd8f2bdb75dc61c55fdd6459b5 + - geoapps-utils @ git+https://github.com/MiraGeoscience/geoapps-utils.git@3936709de7ce3cd7d469b6c88f34bb0a704670de - geoh5py @ git+https://github.com/MiraGeoscience/geoh5py.git@99695a5e34812bfbb53cef84803033a91af137de - mira-simpeg @ git+https://github.com/MiraGeoscience/simpeg.git@f72a1367edcb2da969002ca06f18f532340b3c27 - octree-creation-app @ git+https://github.com/MiraGeoscience/octree-creation-app.git@02fbd85bf7d54b8f4336f1f0094c1c3e27714e81 diff --git a/py-3.10.conda-lock.yml b/py-3.10.conda-lock.yml index 7f4e3781..b1b99aec 100644 --- a/py-3.10.conda-lock.yml +++ b/py-3.10.conda-lock.yml @@ -3518,10 +3518,10 @@ package: dependencies: __glibc: '>=2.17,<3.0.a0' _openmp_mutex: '>=4.5' - url: https://repo.prefix.dev/conda-forge/linux-64/libgcc-15.1.0-h767d61c_2.conda + url: https://repo.prefix.dev/conda-forge/linux-64/libgcc-15.1.0-h767d61c_3.conda hash: - md5: ea8ac52380885ed41c1baa8f1d6d2b93 - sha256: 0024f9ab34c09629621aefd8603ef77bf9d708129b0dd79029e502c39ffc2195 + md5: 9e60c55e725c20d23125a5f0dd69af5d + sha256: 59a87161212abe8acc57d318b0cc8636eb834cdfdfddcf1f588b5493644b39a3 category: main optional: false - name: libgcc @@ -3531,10 +3531,10 @@ package: dependencies: _openmp_mutex: '>=4.5' libwinpthread: '>=12.0.0.r4.gg4f2fc60ca' - url: https://repo.prefix.dev/conda-forge/win-64/libgcc-15.1.0-h1383e82_2.conda + url: https://repo.prefix.dev/conda-forge/win-64/libgcc-15.1.0-h1383e82_3.conda hash: - md5: 9bedb24480136bfeb81ebc81d4285e70 - sha256: c0288596ac58366d96a56c57e4088fe1c6dd4194fdcaeacf5862f47fb1e1e5be + md5: d8314be93c803e2e2b430f6389d6ce6a + sha256: 05978c4e8c826dd3b727884e009a19ceee75b0a530c18fc14f0ba56b090f2ea3 category: main optional: false - name: libgcc-ng @@ -3543,10 +3543,10 @@ package: platform: linux-64 dependencies: libgcc: 15.1.0 - url: https://repo.prefix.dev/conda-forge/linux-64/libgcc-ng-15.1.0-h69a702a_2.conda + url: https://repo.prefix.dev/conda-forge/linux-64/libgcc-ng-15.1.0-h69a702a_3.conda hash: - md5: ddca86c7040dd0e73b2b69bd7833d225 - sha256: 0ab5421a89f090f3aa33841036bb3af4ed85e1f91315b528a9d75fab9aad51ae + md5: e66f2b8ad787e7beb0f846e4bd7e8493 + sha256: b0b0a5ee6ce645a09578fc1cb70c180723346f8a45fdb6d23b3520591c6d6996 category: main optional: false - name: libgfortran @@ -3555,10 +3555,10 @@ package: platform: linux-64 dependencies: libgfortran5: 15.1.0 - url: https://repo.prefix.dev/conda-forge/linux-64/libgfortran-15.1.0-h69a702a_2.conda + url: https://repo.prefix.dev/conda-forge/linux-64/libgfortran-15.1.0-h69a702a_3.conda hash: - md5: f92e6e0a3c0c0c85561ef61aa59d555d - sha256: 914daa4f632b786827ea71b5e07cd00d25fc6e67789db2f830dc481eec660342 + md5: bfbca721fd33188ef923dfe9ba172f29 + sha256: 77dd1f1efd327e6991e87f09c7c97c4ae1cfbe59d9485c41d339d6391ac9c183 category: main optional: false - name: libgfortran5 @@ -3568,10 +3568,10 @@ package: dependencies: __glibc: '>=2.17,<3.0.a0' libgcc: '>=15.1.0' - url: https://repo.prefix.dev/conda-forge/linux-64/libgfortran5-15.1.0-hcea5267_2.conda + url: https://repo.prefix.dev/conda-forge/linux-64/libgfortran5-15.1.0-hcea5267_3.conda hash: - md5: 01de444988ed960031dbe84cf4f9b1fc - sha256: be23750f3ca1a5cb3ada858c4f633effe777487d1ea35fddca04c0965c073350 + md5: 530566b68c3b8ce7eec4cd047eae19fe + sha256: eea6c3cf22ad739c279b4d665e6cf20f8081f483b26a96ddd67d4df3c88dfa0a category: main optional: false - name: libgomp @@ -3580,10 +3580,10 @@ package: platform: win-64 dependencies: libwinpthread: '>=12.0.0.r4.gg4f2fc60ca' - url: https://repo.prefix.dev/conda-forge/win-64/libgomp-15.1.0-h1383e82_2.conda + url: https://repo.prefix.dev/conda-forge/win-64/libgomp-15.1.0-h1383e82_3.conda hash: - md5: 5fbacaa9b41e294a6966602205b99747 - sha256: 4316316097ce5fde2608b6fccd18709cf647dce52e230f5ac66f5c524dfad791 + md5: 94545e52b3d21a7ab89961f7bda3da0d + sha256: 2e6e286c817d2274b109c448f63d804dcc85610c5abf97e183440aa2d84b8c72 category: main optional: false - name: libhwloc @@ -3834,10 +3834,10 @@ package: __glibc: '>=2.17,<3.0.a0' libgcc: '>=13' libzlib: '>=1.3.1,<2.0a0' - url: https://repo.prefix.dev/conda-forge/linux-64/libsqlite-3.50.1-h6cd9bfd_6.conda + url: https://repo.prefix.dev/conda-forge/linux-64/libsqlite-3.50.1-h6cd9bfd_7.conda hash: - md5: a5ea64ea2bd58803ea85e3769a659829 - sha256: 0ef71429958415129e6ae1d675006e2a6c13346d1c757665db780e4e7413d7ae + md5: c7c4888059a8324e52de475d1e7bdc53 + sha256: 9a9e5bf30178f821d4f8de25eac0ae848915bfde6a78a66ae8b77d9c33d9d0e5 category: main optional: false - name: libsqlite @@ -3848,10 +3848,10 @@ package: ucrt: '>=10.0.20348.0' vc: '>=14.3,<15' vc14_runtime: '>=14.44.35208' - url: https://repo.prefix.dev/conda-forge/win-64/libsqlite-3.50.1-hf5d6505_6.conda + url: https://repo.prefix.dev/conda-forge/win-64/libsqlite-3.50.1-hf5d6505_7.conda hash: - md5: c01fd2d0873bdc8d35bfa3c6eb2f54e5 - sha256: 56b8ba674b8dec6d169ee39434e68c8654e4327fd5705594fcc19625660630ad + md5: 0bc3f5143b8cb9ccf9101c2f9391c594 + sha256: 08fbdeed89ae10fb383c40f0bab3e39e3675f49700b7185a109b31e273f8762a category: main optional: false - name: libssh2 @@ -3892,10 +3892,10 @@ package: dependencies: __glibc: '>=2.17,<3.0.a0' libgcc: 15.1.0 - url: https://repo.prefix.dev/conda-forge/linux-64/libstdcxx-15.1.0-h8f9b012_2.conda + url: https://repo.prefix.dev/conda-forge/linux-64/libstdcxx-15.1.0-h8f9b012_3.conda hash: - md5: 1cb1c67961f6dd257eae9e9691b341aa - sha256: 6ae3d153e78f6069d503d9309f2cac6de5b93d067fc6433160a4c05226a5dad4 + md5: 6d11a5edae89fe413c0569f16d308f5a + sha256: 7650837344b7850b62fdba02155da0b159cf472b9ab59eb7b472f7bd01dff241 category: main optional: false - name: libstdcxx-ng @@ -3904,10 +3904,10 @@ package: platform: linux-64 dependencies: libstdcxx: 15.1.0 - url: https://repo.prefix.dev/conda-forge/linux-64/libstdcxx-ng-15.1.0-h4852527_2.conda + url: https://repo.prefix.dev/conda-forge/linux-64/libstdcxx-ng-15.1.0-h4852527_3.conda hash: - md5: 9d2072af184b5caa29492bf2344597bb - sha256: 11bea86e11de7d6bce87589197a383344df3fa0a3552dab7e931785ff1159a5b + md5: 57541755b5a51691955012b8e197c06c + sha256: bbaea1ecf973a7836f92b8ebecc94d3c758414f4de39d2cc6818a3d10cb3216b category: main optional: false - name: libtiff @@ -8473,12 +8473,12 @@ package: numpy: '>=1.26.0,<1.27.0' pydantic: '>=2.5.2,<3.0.0' scipy: '>=1.14.0,<1.15.0' - url: git+https://github.com/MiraGeoscience/geoapps-utils.git@91ec5c45ff7357cd8f2bdb75dc61c55fdd6459b5 + url: git+https://github.com/MiraGeoscience/geoapps-utils.git@3936709de7ce3cd7d469b6c88f34bb0a704670de hash: - sha256: 91ec5c45ff7357cd8f2bdb75dc61c55fdd6459b5 + sha256: 3936709de7ce3cd7d469b6c88f34bb0a704670de source: type: url - url: git+https://github.com/MiraGeoscience/geoapps-utils.git@91ec5c45ff7357cd8f2bdb75dc61c55fdd6459b5 + url: git+https://github.com/MiraGeoscience/geoapps-utils.git@3936709de7ce3cd7d469b6c88f34bb0a704670de category: main optional: false - name: geoapps-utils @@ -8490,12 +8490,12 @@ package: numpy: '>=1.26.0,<1.27.0' pydantic: '>=2.5.2,<3.0.0' scipy: '>=1.14.0,<1.15.0' - url: git+https://github.com/MiraGeoscience/geoapps-utils.git@91ec5c45ff7357cd8f2bdb75dc61c55fdd6459b5 + url: git+https://github.com/MiraGeoscience/geoapps-utils.git@3936709de7ce3cd7d469b6c88f34bb0a704670de hash: - sha256: 91ec5c45ff7357cd8f2bdb75dc61c55fdd6459b5 + sha256: 3936709de7ce3cd7d469b6c88f34bb0a704670de source: type: url - url: git+https://github.com/MiraGeoscience/geoapps-utils.git@91ec5c45ff7357cd8f2bdb75dc61c55fdd6459b5 + url: git+https://github.com/MiraGeoscience/geoapps-utils.git@3936709de7ce3cd7d469b6c88f34bb0a704670de category: main optional: false - name: geoh5py diff --git a/py-3.11.conda-lock.yml b/py-3.11.conda-lock.yml index dd9f3462..78d4faee 100644 --- a/py-3.11.conda-lock.yml +++ b/py-3.11.conda-lock.yml @@ -3570,10 +3570,10 @@ package: dependencies: __glibc: '>=2.17,<3.0.a0' _openmp_mutex: '>=4.5' - url: https://repo.prefix.dev/conda-forge/linux-64/libgcc-15.1.0-h767d61c_2.conda + url: https://repo.prefix.dev/conda-forge/linux-64/libgcc-15.1.0-h767d61c_3.conda hash: - md5: ea8ac52380885ed41c1baa8f1d6d2b93 - sha256: 0024f9ab34c09629621aefd8603ef77bf9d708129b0dd79029e502c39ffc2195 + md5: 9e60c55e725c20d23125a5f0dd69af5d + sha256: 59a87161212abe8acc57d318b0cc8636eb834cdfdfddcf1f588b5493644b39a3 category: main optional: false - name: libgcc @@ -3583,10 +3583,10 @@ package: dependencies: _openmp_mutex: '>=4.5' libwinpthread: '>=12.0.0.r4.gg4f2fc60ca' - url: https://repo.prefix.dev/conda-forge/win-64/libgcc-15.1.0-h1383e82_2.conda + url: https://repo.prefix.dev/conda-forge/win-64/libgcc-15.1.0-h1383e82_3.conda hash: - md5: 9bedb24480136bfeb81ebc81d4285e70 - sha256: c0288596ac58366d96a56c57e4088fe1c6dd4194fdcaeacf5862f47fb1e1e5be + md5: d8314be93c803e2e2b430f6389d6ce6a + sha256: 05978c4e8c826dd3b727884e009a19ceee75b0a530c18fc14f0ba56b090f2ea3 category: main optional: false - name: libgcc-ng @@ -3595,10 +3595,10 @@ package: platform: linux-64 dependencies: libgcc: 15.1.0 - url: https://repo.prefix.dev/conda-forge/linux-64/libgcc-ng-15.1.0-h69a702a_2.conda + url: https://repo.prefix.dev/conda-forge/linux-64/libgcc-ng-15.1.0-h69a702a_3.conda hash: - md5: ddca86c7040dd0e73b2b69bd7833d225 - sha256: 0ab5421a89f090f3aa33841036bb3af4ed85e1f91315b528a9d75fab9aad51ae + md5: e66f2b8ad787e7beb0f846e4bd7e8493 + sha256: b0b0a5ee6ce645a09578fc1cb70c180723346f8a45fdb6d23b3520591c6d6996 category: main optional: false - name: libgfortran @@ -3607,10 +3607,10 @@ package: platform: linux-64 dependencies: libgfortran5: 15.1.0 - url: https://repo.prefix.dev/conda-forge/linux-64/libgfortran-15.1.0-h69a702a_2.conda + url: https://repo.prefix.dev/conda-forge/linux-64/libgfortran-15.1.0-h69a702a_3.conda hash: - md5: f92e6e0a3c0c0c85561ef61aa59d555d - sha256: 914daa4f632b786827ea71b5e07cd00d25fc6e67789db2f830dc481eec660342 + md5: bfbca721fd33188ef923dfe9ba172f29 + sha256: 77dd1f1efd327e6991e87f09c7c97c4ae1cfbe59d9485c41d339d6391ac9c183 category: main optional: false - name: libgfortran5 @@ -3620,10 +3620,10 @@ package: dependencies: __glibc: '>=2.17,<3.0.a0' libgcc: '>=15.1.0' - url: https://repo.prefix.dev/conda-forge/linux-64/libgfortran5-15.1.0-hcea5267_2.conda + url: https://repo.prefix.dev/conda-forge/linux-64/libgfortran5-15.1.0-hcea5267_3.conda hash: - md5: 01de444988ed960031dbe84cf4f9b1fc - sha256: be23750f3ca1a5cb3ada858c4f633effe777487d1ea35fddca04c0965c073350 + md5: 530566b68c3b8ce7eec4cd047eae19fe + sha256: eea6c3cf22ad739c279b4d665e6cf20f8081f483b26a96ddd67d4df3c88dfa0a category: main optional: false - name: libgomp @@ -3632,10 +3632,10 @@ package: platform: win-64 dependencies: libwinpthread: '>=12.0.0.r4.gg4f2fc60ca' - url: https://repo.prefix.dev/conda-forge/win-64/libgomp-15.1.0-h1383e82_2.conda + url: https://repo.prefix.dev/conda-forge/win-64/libgomp-15.1.0-h1383e82_3.conda hash: - md5: 5fbacaa9b41e294a6966602205b99747 - sha256: 4316316097ce5fde2608b6fccd18709cf647dce52e230f5ac66f5c524dfad791 + md5: 94545e52b3d21a7ab89961f7bda3da0d + sha256: 2e6e286c817d2274b109c448f63d804dcc85610c5abf97e183440aa2d84b8c72 category: main optional: false - name: libhwloc @@ -3886,10 +3886,10 @@ package: __glibc: '>=2.17,<3.0.a0' libgcc: '>=13' libzlib: '>=1.3.1,<2.0a0' - url: https://repo.prefix.dev/conda-forge/linux-64/libsqlite-3.50.1-h6cd9bfd_6.conda + url: https://repo.prefix.dev/conda-forge/linux-64/libsqlite-3.50.1-h6cd9bfd_7.conda hash: - md5: a5ea64ea2bd58803ea85e3769a659829 - sha256: 0ef71429958415129e6ae1d675006e2a6c13346d1c757665db780e4e7413d7ae + md5: c7c4888059a8324e52de475d1e7bdc53 + sha256: 9a9e5bf30178f821d4f8de25eac0ae848915bfde6a78a66ae8b77d9c33d9d0e5 category: main optional: false - name: libsqlite @@ -3900,10 +3900,10 @@ package: ucrt: '>=10.0.20348.0' vc: '>=14.3,<15' vc14_runtime: '>=14.44.35208' - url: https://repo.prefix.dev/conda-forge/win-64/libsqlite-3.50.1-hf5d6505_6.conda + url: https://repo.prefix.dev/conda-forge/win-64/libsqlite-3.50.1-hf5d6505_7.conda hash: - md5: c01fd2d0873bdc8d35bfa3c6eb2f54e5 - sha256: 56b8ba674b8dec6d169ee39434e68c8654e4327fd5705594fcc19625660630ad + md5: 0bc3f5143b8cb9ccf9101c2f9391c594 + sha256: 08fbdeed89ae10fb383c40f0bab3e39e3675f49700b7185a109b31e273f8762a category: main optional: false - name: libssh2 @@ -3944,10 +3944,10 @@ package: dependencies: __glibc: '>=2.17,<3.0.a0' libgcc: 15.1.0 - url: https://repo.prefix.dev/conda-forge/linux-64/libstdcxx-15.1.0-h8f9b012_2.conda + url: https://repo.prefix.dev/conda-forge/linux-64/libstdcxx-15.1.0-h8f9b012_3.conda hash: - md5: 1cb1c67961f6dd257eae9e9691b341aa - sha256: 6ae3d153e78f6069d503d9309f2cac6de5b93d067fc6433160a4c05226a5dad4 + md5: 6d11a5edae89fe413c0569f16d308f5a + sha256: 7650837344b7850b62fdba02155da0b159cf472b9ab59eb7b472f7bd01dff241 category: main optional: false - name: libstdcxx-ng @@ -3956,10 +3956,10 @@ package: platform: linux-64 dependencies: libstdcxx: 15.1.0 - url: https://repo.prefix.dev/conda-forge/linux-64/libstdcxx-ng-15.1.0-h4852527_2.conda + url: https://repo.prefix.dev/conda-forge/linux-64/libstdcxx-ng-15.1.0-h4852527_3.conda hash: - md5: 9d2072af184b5caa29492bf2344597bb - sha256: 11bea86e11de7d6bce87589197a383344df3fa0a3552dab7e931785ff1159a5b + md5: 57541755b5a51691955012b8e197c06c + sha256: bbaea1ecf973a7836f92b8ebecc94d3c758414f4de39d2cc6818a3d10cb3216b category: main optional: false - name: libtiff @@ -8558,12 +8558,12 @@ package: numpy: '>=1.26.0,<1.27.0' pydantic: '>=2.5.2,<3.0.0' scipy: '>=1.14.0,<1.15.0' - url: git+https://github.com/MiraGeoscience/geoapps-utils.git@91ec5c45ff7357cd8f2bdb75dc61c55fdd6459b5 + url: git+https://github.com/MiraGeoscience/geoapps-utils.git@3936709de7ce3cd7d469b6c88f34bb0a704670de hash: - sha256: 91ec5c45ff7357cd8f2bdb75dc61c55fdd6459b5 + sha256: 3936709de7ce3cd7d469b6c88f34bb0a704670de source: type: url - url: git+https://github.com/MiraGeoscience/geoapps-utils.git@91ec5c45ff7357cd8f2bdb75dc61c55fdd6459b5 + url: git+https://github.com/MiraGeoscience/geoapps-utils.git@3936709de7ce3cd7d469b6c88f34bb0a704670de category: main optional: false - name: geoapps-utils @@ -8575,12 +8575,12 @@ package: numpy: '>=1.26.0,<1.27.0' pydantic: '>=2.5.2,<3.0.0' scipy: '>=1.14.0,<1.15.0' - url: git+https://github.com/MiraGeoscience/geoapps-utils.git@91ec5c45ff7357cd8f2bdb75dc61c55fdd6459b5 + url: git+https://github.com/MiraGeoscience/geoapps-utils.git@3936709de7ce3cd7d469b6c88f34bb0a704670de hash: - sha256: 91ec5c45ff7357cd8f2bdb75dc61c55fdd6459b5 + sha256: 3936709de7ce3cd7d469b6c88f34bb0a704670de source: type: url - url: git+https://github.com/MiraGeoscience/geoapps-utils.git@91ec5c45ff7357cd8f2bdb75dc61c55fdd6459b5 + url: git+https://github.com/MiraGeoscience/geoapps-utils.git@3936709de7ce3cd7d469b6c88f34bb0a704670de category: main optional: false - name: geoh5py diff --git a/py-3.12.conda-lock.yml b/py-3.12.conda-lock.yml index 981080e8..d74f7385 100644 --- a/py-3.12.conda-lock.yml +++ b/py-3.12.conda-lock.yml @@ -3570,10 +3570,10 @@ package: dependencies: __glibc: '>=2.17,<3.0.a0' _openmp_mutex: '>=4.5' - url: https://repo.prefix.dev/conda-forge/linux-64/libgcc-15.1.0-h767d61c_2.conda + url: https://repo.prefix.dev/conda-forge/linux-64/libgcc-15.1.0-h767d61c_3.conda hash: - md5: ea8ac52380885ed41c1baa8f1d6d2b93 - sha256: 0024f9ab34c09629621aefd8603ef77bf9d708129b0dd79029e502c39ffc2195 + md5: 9e60c55e725c20d23125a5f0dd69af5d + sha256: 59a87161212abe8acc57d318b0cc8636eb834cdfdfddcf1f588b5493644b39a3 category: main optional: false - name: libgcc @@ -3583,10 +3583,10 @@ package: dependencies: _openmp_mutex: '>=4.5' libwinpthread: '>=12.0.0.r4.gg4f2fc60ca' - url: https://repo.prefix.dev/conda-forge/win-64/libgcc-15.1.0-h1383e82_2.conda + url: https://repo.prefix.dev/conda-forge/win-64/libgcc-15.1.0-h1383e82_3.conda hash: - md5: 9bedb24480136bfeb81ebc81d4285e70 - sha256: c0288596ac58366d96a56c57e4088fe1c6dd4194fdcaeacf5862f47fb1e1e5be + md5: d8314be93c803e2e2b430f6389d6ce6a + sha256: 05978c4e8c826dd3b727884e009a19ceee75b0a530c18fc14f0ba56b090f2ea3 category: main optional: false - name: libgcc-ng @@ -3595,10 +3595,10 @@ package: platform: linux-64 dependencies: libgcc: 15.1.0 - url: https://repo.prefix.dev/conda-forge/linux-64/libgcc-ng-15.1.0-h69a702a_2.conda + url: https://repo.prefix.dev/conda-forge/linux-64/libgcc-ng-15.1.0-h69a702a_3.conda hash: - md5: ddca86c7040dd0e73b2b69bd7833d225 - sha256: 0ab5421a89f090f3aa33841036bb3af4ed85e1f91315b528a9d75fab9aad51ae + md5: e66f2b8ad787e7beb0f846e4bd7e8493 + sha256: b0b0a5ee6ce645a09578fc1cb70c180723346f8a45fdb6d23b3520591c6d6996 category: main optional: false - name: libgfortran @@ -3607,10 +3607,10 @@ package: platform: linux-64 dependencies: libgfortran5: 15.1.0 - url: https://repo.prefix.dev/conda-forge/linux-64/libgfortran-15.1.0-h69a702a_2.conda + url: https://repo.prefix.dev/conda-forge/linux-64/libgfortran-15.1.0-h69a702a_3.conda hash: - md5: f92e6e0a3c0c0c85561ef61aa59d555d - sha256: 914daa4f632b786827ea71b5e07cd00d25fc6e67789db2f830dc481eec660342 + md5: bfbca721fd33188ef923dfe9ba172f29 + sha256: 77dd1f1efd327e6991e87f09c7c97c4ae1cfbe59d9485c41d339d6391ac9c183 category: main optional: false - name: libgfortran5 @@ -3620,10 +3620,10 @@ package: dependencies: __glibc: '>=2.17,<3.0.a0' libgcc: '>=15.1.0' - url: https://repo.prefix.dev/conda-forge/linux-64/libgfortran5-15.1.0-hcea5267_2.conda + url: https://repo.prefix.dev/conda-forge/linux-64/libgfortran5-15.1.0-hcea5267_3.conda hash: - md5: 01de444988ed960031dbe84cf4f9b1fc - sha256: be23750f3ca1a5cb3ada858c4f633effe777487d1ea35fddca04c0965c073350 + md5: 530566b68c3b8ce7eec4cd047eae19fe + sha256: eea6c3cf22ad739c279b4d665e6cf20f8081f483b26a96ddd67d4df3c88dfa0a category: main optional: false - name: libgomp @@ -3632,10 +3632,10 @@ package: platform: win-64 dependencies: libwinpthread: '>=12.0.0.r4.gg4f2fc60ca' - url: https://repo.prefix.dev/conda-forge/win-64/libgomp-15.1.0-h1383e82_2.conda + url: https://repo.prefix.dev/conda-forge/win-64/libgomp-15.1.0-h1383e82_3.conda hash: - md5: 5fbacaa9b41e294a6966602205b99747 - sha256: 4316316097ce5fde2608b6fccd18709cf647dce52e230f5ac66f5c524dfad791 + md5: 94545e52b3d21a7ab89961f7bda3da0d + sha256: 2e6e286c817d2274b109c448f63d804dcc85610c5abf97e183440aa2d84b8c72 category: main optional: false - name: libhwloc @@ -3886,10 +3886,10 @@ package: __glibc: '>=2.17,<3.0.a0' libgcc: '>=13' libzlib: '>=1.3.1,<2.0a0' - url: https://repo.prefix.dev/conda-forge/linux-64/libsqlite-3.50.1-h6cd9bfd_6.conda + url: https://repo.prefix.dev/conda-forge/linux-64/libsqlite-3.50.1-h6cd9bfd_7.conda hash: - md5: a5ea64ea2bd58803ea85e3769a659829 - sha256: 0ef71429958415129e6ae1d675006e2a6c13346d1c757665db780e4e7413d7ae + md5: c7c4888059a8324e52de475d1e7bdc53 + sha256: 9a9e5bf30178f821d4f8de25eac0ae848915bfde6a78a66ae8b77d9c33d9d0e5 category: main optional: false - name: libsqlite @@ -3900,10 +3900,10 @@ package: ucrt: '>=10.0.20348.0' vc: '>=14.3,<15' vc14_runtime: '>=14.44.35208' - url: https://repo.prefix.dev/conda-forge/win-64/libsqlite-3.50.1-hf5d6505_6.conda + url: https://repo.prefix.dev/conda-forge/win-64/libsqlite-3.50.1-hf5d6505_7.conda hash: - md5: c01fd2d0873bdc8d35bfa3c6eb2f54e5 - sha256: 56b8ba674b8dec6d169ee39434e68c8654e4327fd5705594fcc19625660630ad + md5: 0bc3f5143b8cb9ccf9101c2f9391c594 + sha256: 08fbdeed89ae10fb383c40f0bab3e39e3675f49700b7185a109b31e273f8762a category: main optional: false - name: libssh2 @@ -3944,10 +3944,10 @@ package: dependencies: __glibc: '>=2.17,<3.0.a0' libgcc: 15.1.0 - url: https://repo.prefix.dev/conda-forge/linux-64/libstdcxx-15.1.0-h8f9b012_2.conda + url: https://repo.prefix.dev/conda-forge/linux-64/libstdcxx-15.1.0-h8f9b012_3.conda hash: - md5: 1cb1c67961f6dd257eae9e9691b341aa - sha256: 6ae3d153e78f6069d503d9309f2cac6de5b93d067fc6433160a4c05226a5dad4 + md5: 6d11a5edae89fe413c0569f16d308f5a + sha256: 7650837344b7850b62fdba02155da0b159cf472b9ab59eb7b472f7bd01dff241 category: main optional: false - name: libstdcxx-ng @@ -3956,10 +3956,10 @@ package: platform: linux-64 dependencies: libstdcxx: 15.1.0 - url: https://repo.prefix.dev/conda-forge/linux-64/libstdcxx-ng-15.1.0-h4852527_2.conda + url: https://repo.prefix.dev/conda-forge/linux-64/libstdcxx-ng-15.1.0-h4852527_3.conda hash: - md5: 9d2072af184b5caa29492bf2344597bb - sha256: 11bea86e11de7d6bce87589197a383344df3fa0a3552dab7e931785ff1159a5b + md5: 57541755b5a51691955012b8e197c06c + sha256: bbaea1ecf973a7836f92b8ebecc94d3c758414f4de39d2cc6818a3d10cb3216b category: main optional: false - name: libtiff @@ -8558,12 +8558,12 @@ package: numpy: '>=1.26.0,<1.27.0' pydantic: '>=2.5.2,<3.0.0' scipy: '>=1.14.0,<1.15.0' - url: git+https://github.com/MiraGeoscience/geoapps-utils.git@91ec5c45ff7357cd8f2bdb75dc61c55fdd6459b5 + url: git+https://github.com/MiraGeoscience/geoapps-utils.git@3936709de7ce3cd7d469b6c88f34bb0a704670de hash: - sha256: 91ec5c45ff7357cd8f2bdb75dc61c55fdd6459b5 + sha256: 3936709de7ce3cd7d469b6c88f34bb0a704670de source: type: url - url: git+https://github.com/MiraGeoscience/geoapps-utils.git@91ec5c45ff7357cd8f2bdb75dc61c55fdd6459b5 + url: git+https://github.com/MiraGeoscience/geoapps-utils.git@3936709de7ce3cd7d469b6c88f34bb0a704670de category: main optional: false - name: geoapps-utils @@ -8575,12 +8575,12 @@ package: numpy: '>=1.26.0,<1.27.0' pydantic: '>=2.5.2,<3.0.0' scipy: '>=1.14.0,<1.15.0' - url: git+https://github.com/MiraGeoscience/geoapps-utils.git@91ec5c45ff7357cd8f2bdb75dc61c55fdd6459b5 + url: git+https://github.com/MiraGeoscience/geoapps-utils.git@3936709de7ce3cd7d469b6c88f34bb0a704670de hash: - sha256: 91ec5c45ff7357cd8f2bdb75dc61c55fdd6459b5 + sha256: 3936709de7ce3cd7d469b6c88f34bb0a704670de source: type: url - url: git+https://github.com/MiraGeoscience/geoapps-utils.git@91ec5c45ff7357cd8f2bdb75dc61c55fdd6459b5 + url: git+https://github.com/MiraGeoscience/geoapps-utils.git@3936709de7ce3cd7d469b6c88f34bb0a704670de category: main optional: false - name: geoh5py From 9ca5d1600d0927041d1fcd6aa5d886e8ee403d5c Mon Sep 17 00:00:00 2001 From: dominiquef Date: Thu, 26 Jun 2025 11:25:58 -0700 Subject: [PATCH 3/4] Turn visibility off to param-sweep option --- simpeg_drivers-assets/uijson/gravity_forward.ui.json | 1 + simpeg_drivers-assets/uijson/gravity_inversion.ui.json | 1 + .../uijson/induced_polarization_2d_forward.ui.json | 1 + .../uijson/induced_polarization_2d_inversion.ui.json | 1 + .../uijson/induced_polarization_3d_forward.ui.json | 1 + .../uijson/induced_polarization_3d_inversion.ui.json | 1 + .../uijson/induced_polarization_batch2d_forward.ui.json | 1 + .../uijson/induced_polarization_batch2d_inversion.ui.json | 1 + .../uijson/joint_cross_gradient_inversion.ui.json | 1 + simpeg_drivers-assets/uijson/joint_surveys_inversion.ui.json | 1 + simpeg_drivers-assets/uijson/magnetic_scalar_forward.ui.json | 1 + simpeg_drivers-assets/uijson/magnetic_scalar_inversion.ui.json | 1 + simpeg_drivers-assets/uijson/magnetic_vector_forward.ui.json | 1 + simpeg_drivers-assets/uijson/magnetic_vector_inversion.ui.json | 1 + simpeg_drivers-assets/uijson/magnetotellurics_forward.ui.json | 1 + simpeg_drivers-assets/uijson/magnetotellurics_inversion.ui.json | 1 + simpeg_drivers-assets/uijson/tdem1d_forward.ui.json | 1 + simpeg_drivers-assets/uijson/tdem1d_inversion.ui.json | 1 + simpeg_drivers-assets/uijson/tdem_forward.ui.json | 1 + simpeg_drivers-assets/uijson/tdem_inversion.ui.json | 1 + simpeg_drivers-assets/uijson/tipper_forward.ui.json | 1 + simpeg_drivers-assets/uijson/tipper_inversion.ui.json | 1 + 22 files changed, 22 insertions(+) diff --git a/simpeg_drivers-assets/uijson/gravity_forward.ui.json b/simpeg_drivers-assets/uijson/gravity_forward.ui.json index 429b7842..f27bda49 100644 --- a/simpeg_drivers-assets/uijson/gravity_forward.ui.json +++ b/simpeg_drivers-assets/uijson/gravity_forward.ui.json @@ -208,6 +208,7 @@ "group": "Python run preferences", "main": true, "value": false, + "visible": false, "tooltip": "Generates a file for sweeping parameters instead of running the application" }, "n_workers": "", diff --git a/simpeg_drivers-assets/uijson/gravity_inversion.ui.json b/simpeg_drivers-assets/uijson/gravity_inversion.ui.json index 73266d23..2c74c273 100644 --- a/simpeg_drivers-assets/uijson/gravity_inversion.ui.json +++ b/simpeg_drivers-assets/uijson/gravity_inversion.ui.json @@ -811,6 +811,7 @@ "group": "Python run preferences", "main": true, "value": false, + "visible": false, "tooltip": "Generates a file for sweeping parameters instead of running the application" }, "n_workers": "", diff --git a/simpeg_drivers-assets/uijson/induced_polarization_2d_forward.ui.json b/simpeg_drivers-assets/uijson/induced_polarization_2d_forward.ui.json index 7e6c3378..e90f20d4 100644 --- a/simpeg_drivers-assets/uijson/induced_polarization_2d_forward.ui.json +++ b/simpeg_drivers-assets/uijson/induced_polarization_2d_forward.ui.json @@ -232,6 +232,7 @@ "group": "Python run preferences", "main": true, "value": false, + "visible": false, "tooltip": "Generates a file for sweeping parameters instead of running the application." }, "n_workers": "", diff --git a/simpeg_drivers-assets/uijson/induced_polarization_2d_inversion.ui.json b/simpeg_drivers-assets/uijson/induced_polarization_2d_inversion.ui.json index 28174987..90c9efd7 100644 --- a/simpeg_drivers-assets/uijson/induced_polarization_2d_inversion.ui.json +++ b/simpeg_drivers-assets/uijson/induced_polarization_2d_inversion.ui.json @@ -577,6 +577,7 @@ "group": "Python run preferences", "main": true, "value": false, + "visible": false, "tooltip": "Generates a file for sweeping parameters instead of running the application." }, "n_workers": "", diff --git a/simpeg_drivers-assets/uijson/induced_polarization_3d_forward.ui.json b/simpeg_drivers-assets/uijson/induced_polarization_3d_forward.ui.json index c8fd9d36..29af72fa 100644 --- a/simpeg_drivers-assets/uijson/induced_polarization_3d_forward.ui.json +++ b/simpeg_drivers-assets/uijson/induced_polarization_3d_forward.ui.json @@ -177,6 +177,7 @@ "group": "Python run preferences", "main": true, "value": false, + "visible": false, "tooltip": "Generates a file for sweeping parameters instead of running the application" }, "n_workers": "", diff --git a/simpeg_drivers-assets/uijson/induced_polarization_3d_inversion.ui.json b/simpeg_drivers-assets/uijson/induced_polarization_3d_inversion.ui.json index ca6acf7d..fa699c93 100644 --- a/simpeg_drivers-assets/uijson/induced_polarization_3d_inversion.ui.json +++ b/simpeg_drivers-assets/uijson/induced_polarization_3d_inversion.ui.json @@ -563,6 +563,7 @@ "group": "Python run preferences", "main": true, "value": false, + "visible": false, "tooltip": "Generates a file for sweeping parameters instead of running the application" }, "n_workers": "", diff --git a/simpeg_drivers-assets/uijson/induced_polarization_batch2d_forward.ui.json b/simpeg_drivers-assets/uijson/induced_polarization_batch2d_forward.ui.json index 75f28476..7bdd7bb3 100644 --- a/simpeg_drivers-assets/uijson/induced_polarization_batch2d_forward.ui.json +++ b/simpeg_drivers-assets/uijson/induced_polarization_batch2d_forward.ui.json @@ -214,6 +214,7 @@ "group": "Python run preferences", "main": true, "value": false, + "visible": false, "tooltip": "Generates a file for sweeping parameters instead of running the application" }, "files_only": { diff --git a/simpeg_drivers-assets/uijson/induced_polarization_batch2d_inversion.ui.json b/simpeg_drivers-assets/uijson/induced_polarization_batch2d_inversion.ui.json index b23883fc..16d37bae 100644 --- a/simpeg_drivers-assets/uijson/induced_polarization_batch2d_inversion.ui.json +++ b/simpeg_drivers-assets/uijson/induced_polarization_batch2d_inversion.ui.json @@ -559,6 +559,7 @@ "group": "Python run preferences", "main": true, "value": false, + "visible": false, "tooltip": "Generates a file for sweeping parameters instead of running the application" }, "files_only": { diff --git a/simpeg_drivers-assets/uijson/joint_cross_gradient_inversion.ui.json b/simpeg_drivers-assets/uijson/joint_cross_gradient_inversion.ui.json index 9d20419e..ffab7c99 100644 --- a/simpeg_drivers-assets/uijson/joint_cross_gradient_inversion.ui.json +++ b/simpeg_drivers-assets/uijson/joint_cross_gradient_inversion.ui.json @@ -493,6 +493,7 @@ "group": "Python run preferences", "main": true, "value": false, + "visible": false, "tooltip": "Generates a file for sweeping parameters instead of running the application" }, "n_workers": "", diff --git a/simpeg_drivers-assets/uijson/joint_surveys_inversion.ui.json b/simpeg_drivers-assets/uijson/joint_surveys_inversion.ui.json index 78f43d15..1ee8b87d 100644 --- a/simpeg_drivers-assets/uijson/joint_surveys_inversion.ui.json +++ b/simpeg_drivers-assets/uijson/joint_surveys_inversion.ui.json @@ -540,6 +540,7 @@ "group": "Python run preferences", "main": true, "value": false, + "visible": false, "tooltip": "Generates a file for sweeping parameters instead of running the application" }, "n_workers": "", diff --git a/simpeg_drivers-assets/uijson/magnetic_scalar_forward.ui.json b/simpeg_drivers-assets/uijson/magnetic_scalar_forward.ui.json index cb27d889..c6c63895 100644 --- a/simpeg_drivers-assets/uijson/magnetic_scalar_forward.ui.json +++ b/simpeg_drivers-assets/uijson/magnetic_scalar_forward.ui.json @@ -238,6 +238,7 @@ "group": "Python run preferences", "main": true, "value": false, + "visible": false, "tooltip": "Generates a file for sweeping parameters instead of running the application" }, "n_workers": "", diff --git a/simpeg_drivers-assets/uijson/magnetic_scalar_inversion.ui.json b/simpeg_drivers-assets/uijson/magnetic_scalar_inversion.ui.json index 51a372b6..bcb61594 100644 --- a/simpeg_drivers-assets/uijson/magnetic_scalar_inversion.ui.json +++ b/simpeg_drivers-assets/uijson/magnetic_scalar_inversion.ui.json @@ -838,6 +838,7 @@ "group": "Python run preferences", "main": true, "value": false, + "visible": false, "tooltip": "Generates a file for sweeping parameters instead of running the application" }, "n_workers": "", diff --git a/simpeg_drivers-assets/uijson/magnetic_vector_forward.ui.json b/simpeg_drivers-assets/uijson/magnetic_vector_forward.ui.json index 674168ce..6f55a07f 100644 --- a/simpeg_drivers-assets/uijson/magnetic_vector_forward.ui.json +++ b/simpeg_drivers-assets/uijson/magnetic_vector_forward.ui.json @@ -270,6 +270,7 @@ "group": "Python run preferences", "main": true, "value": false, + "visible": false, "tooltip": "Generates a file for sweeping parameters instead of running the application" }, "n_workers": "", diff --git a/simpeg_drivers-assets/uijson/magnetic_vector_inversion.ui.json b/simpeg_drivers-assets/uijson/magnetic_vector_inversion.ui.json index 0f43ece5..d28993a3 100644 --- a/simpeg_drivers-assets/uijson/magnetic_vector_inversion.ui.json +++ b/simpeg_drivers-assets/uijson/magnetic_vector_inversion.ui.json @@ -903,6 +903,7 @@ "group": "Python run preferences", "main": true, "value": false, + "visible": false, "tooltip": "Generates a file for sweeping parameters instead of running the application" }, "n_workers": "", diff --git a/simpeg_drivers-assets/uijson/magnetotellurics_forward.ui.json b/simpeg_drivers-assets/uijson/magnetotellurics_forward.ui.json index 3fec26b6..c7ef76f3 100644 --- a/simpeg_drivers-assets/uijson/magnetotellurics_forward.ui.json +++ b/simpeg_drivers-assets/uijson/magnetotellurics_forward.ui.json @@ -215,6 +215,7 @@ "group": "Python run preferences", "main": true, "value": false, + "visible": false, "tooltip": "Generates a file for sweeping parameters instead of running the application" }, "n_workers": "", diff --git a/simpeg_drivers-assets/uijson/magnetotellurics_inversion.ui.json b/simpeg_drivers-assets/uijson/magnetotellurics_inversion.ui.json index d171acef..478b03e0 100644 --- a/simpeg_drivers-assets/uijson/magnetotellurics_inversion.ui.json +++ b/simpeg_drivers-assets/uijson/magnetotellurics_inversion.ui.json @@ -768,6 +768,7 @@ "group": "Python run preferences", "main": true, "value": false, + "visible": false, "tooltip": "Generates a file for sweeping parameters instead of running the application" }, "n_workers": "", diff --git a/simpeg_drivers-assets/uijson/tdem1d_forward.ui.json b/simpeg_drivers-assets/uijson/tdem1d_forward.ui.json index 6d85105e..268f84e3 100644 --- a/simpeg_drivers-assets/uijson/tdem1d_forward.ui.json +++ b/simpeg_drivers-assets/uijson/tdem1d_forward.ui.json @@ -223,6 +223,7 @@ "group": "Python run preferences", "main": true, "value": false, + "visible": false, "tooltip": "Generates a file for sweeping parameters instead of running the application" }, "n_workers": "", diff --git a/simpeg_drivers-assets/uijson/tdem1d_inversion.ui.json b/simpeg_drivers-assets/uijson/tdem1d_inversion.ui.json index 3ffd62b1..2784d7d1 100644 --- a/simpeg_drivers-assets/uijson/tdem1d_inversion.ui.json +++ b/simpeg_drivers-assets/uijson/tdem1d_inversion.ui.json @@ -561,6 +561,7 @@ "group": "Python run preferences", "main": true, "value": false, + "visible": false, "tooltip": "Generates a file for sweeping parameters instead of running the application" }, "n_workers": "", diff --git a/simpeg_drivers-assets/uijson/tdem_forward.ui.json b/simpeg_drivers-assets/uijson/tdem_forward.ui.json index b48dbfde..0625bec0 100644 --- a/simpeg_drivers-assets/uijson/tdem_forward.ui.json +++ b/simpeg_drivers-assets/uijson/tdem_forward.ui.json @@ -193,6 +193,7 @@ "group": "Python run preferences", "main": true, "value": false, + "visible": false, "tooltip": "Generates a file for sweeping parameters instead of running the application" }, "n_workers": "", diff --git a/simpeg_drivers-assets/uijson/tdem_inversion.ui.json b/simpeg_drivers-assets/uijson/tdem_inversion.ui.json index df2b9aa8..7d0b53b6 100644 --- a/simpeg_drivers-assets/uijson/tdem_inversion.ui.json +++ b/simpeg_drivers-assets/uijson/tdem_inversion.ui.json @@ -619,6 +619,7 @@ "group": "Python run preferences", "main": true, "value": false, + "visible": false, "tooltip": "Generates a file for sweeping parameters instead of running the application" }, "n_workers": "", diff --git a/simpeg_drivers-assets/uijson/tipper_forward.ui.json b/simpeg_drivers-assets/uijson/tipper_forward.ui.json index a58c8f31..825161d0 100644 --- a/simpeg_drivers-assets/uijson/tipper_forward.ui.json +++ b/simpeg_drivers-assets/uijson/tipper_forward.ui.json @@ -191,6 +191,7 @@ "group": "Python run preferences", "main": true, "value": false, + "visible": false, "tooltip": "Generates a file for sweeping parameters instead of running the application" }, "n_workers": "", diff --git a/simpeg_drivers-assets/uijson/tipper_inversion.ui.json b/simpeg_drivers-assets/uijson/tipper_inversion.ui.json index 2fd5c1f2..d8734335 100644 --- a/simpeg_drivers-assets/uijson/tipper_inversion.ui.json +++ b/simpeg_drivers-assets/uijson/tipper_inversion.ui.json @@ -648,6 +648,7 @@ "group": "Python run preferences", "main": true, "value": false, + "visible": false, "tooltip": "Generates a file for sweeping parameters instead of running the application" }, "n_workers": "", From 930e6d3aa7a8e3ecbca3974a63fa507b56526fdc Mon Sep 17 00:00:00 2001 From: dominiquef Date: Thu, 26 Jun 2025 11:27:38 -0700 Subject: [PATCH 4/4] Move visible off on forwards --- simpeg_drivers-assets/uijson/direct_current_2d_forward.ui.json | 1 + simpeg_drivers-assets/uijson/direct_current_2d_inversion.ui.json | 1 + simpeg_drivers-assets/uijson/direct_current_3d_forward.ui.json | 1 + simpeg_drivers-assets/uijson/direct_current_3d_inversion.ui.json | 1 + .../uijson/direct_current_batch2d_forward.ui.json | 1 + .../uijson/direct_current_batch2d_inversion.ui.json | 1 + simpeg_drivers-assets/uijson/fdem1d_forward.ui.json | 1 + simpeg_drivers-assets/uijson/fdem1d_inversion.ui.json | 1 + simpeg_drivers-assets/uijson/fdem_forward.ui.json | 1 + simpeg_drivers-assets/uijson/fdem_inversion.ui.json | 1 + 10 files changed, 10 insertions(+) diff --git a/simpeg_drivers-assets/uijson/direct_current_2d_forward.ui.json b/simpeg_drivers-assets/uijson/direct_current_2d_forward.ui.json index 44831191..62882450 100644 --- a/simpeg_drivers-assets/uijson/direct_current_2d_forward.ui.json +++ b/simpeg_drivers-assets/uijson/direct_current_2d_forward.ui.json @@ -220,6 +220,7 @@ "group": "Python run preferences", "main": true, "value": false, + "visible": false, "tooltip": "Generates a file for sweeping parameters instead of running the application." }, "n_workers": "", diff --git a/simpeg_drivers-assets/uijson/direct_current_2d_inversion.ui.json b/simpeg_drivers-assets/uijson/direct_current_2d_inversion.ui.json index 1ea2d1ea..12f10bf5 100644 --- a/simpeg_drivers-assets/uijson/direct_current_2d_inversion.ui.json +++ b/simpeg_drivers-assets/uijson/direct_current_2d_inversion.ui.json @@ -565,6 +565,7 @@ "group": "Python run preferences", "main": true, "value": false, + "visible": false, "tooltip": "Generates a file for sweeping parameters instead of running the application." }, "n_workers": "", diff --git a/simpeg_drivers-assets/uijson/direct_current_3d_forward.ui.json b/simpeg_drivers-assets/uijson/direct_current_3d_forward.ui.json index a4448f10..1de15ecb 100644 --- a/simpeg_drivers-assets/uijson/direct_current_3d_forward.ui.json +++ b/simpeg_drivers-assets/uijson/direct_current_3d_forward.ui.json @@ -161,6 +161,7 @@ "group": "Python run preferences", "main": true, "value": false, + "visible": false, "tooltip": "Generates a file for sweeping parameters instead of running the application" }, "n_workers": "", diff --git a/simpeg_drivers-assets/uijson/direct_current_3d_inversion.ui.json b/simpeg_drivers-assets/uijson/direct_current_3d_inversion.ui.json index c2701f7c..aedd3195 100644 --- a/simpeg_drivers-assets/uijson/direct_current_3d_inversion.ui.json +++ b/simpeg_drivers-assets/uijson/direct_current_3d_inversion.ui.json @@ -547,6 +547,7 @@ "group": "Python run preferences", "main": true, "value": false, + "visible": false, "tooltip": "Generates a file for sweeping parameters instead of running the application" }, "n_workers": "", diff --git a/simpeg_drivers-assets/uijson/direct_current_batch2d_forward.ui.json b/simpeg_drivers-assets/uijson/direct_current_batch2d_forward.ui.json index 7bc0ad60..3e9146fe 100644 --- a/simpeg_drivers-assets/uijson/direct_current_batch2d_forward.ui.json +++ b/simpeg_drivers-assets/uijson/direct_current_batch2d_forward.ui.json @@ -203,6 +203,7 @@ "group": "Python run preferences", "main": true, "value": false, + "visible": false, "tooltip": "Generates a file for sweeping parameters instead of running the application" }, "files_only": { diff --git a/simpeg_drivers-assets/uijson/direct_current_batch2d_inversion.ui.json b/simpeg_drivers-assets/uijson/direct_current_batch2d_inversion.ui.json index 9de22370..5d4de6a2 100644 --- a/simpeg_drivers-assets/uijson/direct_current_batch2d_inversion.ui.json +++ b/simpeg_drivers-assets/uijson/direct_current_batch2d_inversion.ui.json @@ -548,6 +548,7 @@ "group": "Python run preferences", "main": true, "value": false, + "visible": false, "tooltip": "Generates a file for sweeping parameters instead of running the application" }, "files_only": { diff --git a/simpeg_drivers-assets/uijson/fdem1d_forward.ui.json b/simpeg_drivers-assets/uijson/fdem1d_forward.ui.json index 55e08aec..f2ed24b2 100644 --- a/simpeg_drivers-assets/uijson/fdem1d_forward.ui.json +++ b/simpeg_drivers-assets/uijson/fdem1d_forward.ui.json @@ -214,6 +214,7 @@ "group": "Python run preferences", "main": true, "value": false, + "visible": false, "tooltip": "Generates a file for sweeping parameters instead of running the application" }, "n_workers": "", diff --git a/simpeg_drivers-assets/uijson/fdem1d_inversion.ui.json b/simpeg_drivers-assets/uijson/fdem1d_inversion.ui.json index 56f7a54c..2a59ebe7 100644 --- a/simpeg_drivers-assets/uijson/fdem1d_inversion.ui.json +++ b/simpeg_drivers-assets/uijson/fdem1d_inversion.ui.json @@ -584,6 +584,7 @@ "group": "Python run preferences", "main": true, "value": false, + "visible": false, "tooltip": "Generates a file for sweeping parameters instead of running the application" }, "n_workers": "", diff --git a/simpeg_drivers-assets/uijson/fdem_forward.ui.json b/simpeg_drivers-assets/uijson/fdem_forward.ui.json index 191bfc00..c7e91990 100644 --- a/simpeg_drivers-assets/uijson/fdem_forward.ui.json +++ b/simpeg_drivers-assets/uijson/fdem_forward.ui.json @@ -174,6 +174,7 @@ "group": "Python run preferences", "main": true, "value": false, + "visible": false, "tooltip": "Generates a file for sweeping parameters instead of running the application" }, "n_workers": "", diff --git a/simpeg_drivers-assets/uijson/fdem_inversion.ui.json b/simpeg_drivers-assets/uijson/fdem_inversion.ui.json index 7d601306..643f492a 100644 --- a/simpeg_drivers-assets/uijson/fdem_inversion.ui.json +++ b/simpeg_drivers-assets/uijson/fdem_inversion.ui.json @@ -583,6 +583,7 @@ "group": "Python run preferences", "main": true, "value": false, + "visible": false, "tooltip": "Generates a file for sweeping parameters instead of running the application" }, "n_workers": "",