|
1 | 1 | { |
2 | | - "version": "0.3.0-alpha.1", |
| 2 | + "version": "0.3.0-alpha.4", |
3 | 3 | "title": "Direct Current (DC) 3D Forward", |
4 | 4 | "icon": "PotentialElectrode", |
5 | | - "documentation": "https://mirageoscience-simpeg-drivers.readthedocs-hosted.com/en/stable/intro.html", |
| 5 | + "documentation": "https://mirageoscience-simpeg-drivers.readthedocs-hosted.com/en/latest/", |
6 | 6 | "conda_environment": "simpeg_drivers", |
7 | 7 | "run_command": "simpeg_drivers.driver", |
8 | 8 | "geoh5": "", |
|
27 | 27 | "value": "", |
28 | 28 | "optional": true, |
29 | 29 | "enabled": false, |
30 | | - "tooltip": "Select a mesh for the inversion." |
| 30 | + "tooltip": "Select a mesh for the inversion" |
31 | 31 | }, |
32 | 32 | "model_type": { |
33 | 33 | "choiceList": [ |
|
37 | 37 | "main": true, |
38 | 38 | "group": "Mesh and models", |
39 | 39 | "label": "Model units", |
40 | | - "tooltip": "Select the units of the model.", |
| 40 | + "tooltip": "Select the units of the model", |
41 | 41 | "value": "Conductivity (S/m)" |
42 | 42 | }, |
43 | 43 | "starting_model": { |
|
68 | 68 | "value": "", |
69 | 69 | "optional": true, |
70 | 70 | "enabled": true, |
71 | | - "tooltip": "Select a topography object to define the active cells for inversion." |
| 71 | + "tooltip": "Select a topography object to define the active cells for inversion" |
72 | 72 | }, |
73 | 73 | "topography": { |
74 | 74 | "association": [ |
|
81 | 81 | "optional": true, |
82 | 82 | "enabled": false, |
83 | 83 | "label": "Elevation channel", |
84 | | - "tooltip": "Set elevation from channel. If not set the topography will be set from the geometry of the selected 'topography' object.", |
| 84 | + "tooltip": "Set elevation from channel. If not set the topography will be set from the geometry of the selected 'topography' object", |
85 | 85 | "parent": "topography_object", |
86 | 86 | "dependency": "topography_object", |
87 | 87 | "dependencyType": "enabled", |
|
101 | 101 | "dependency": "topography_object", |
102 | 102 | "dependencyType": "disabled", |
103 | 103 | "label": "Active model", |
104 | | - "tooltip": "Provide the active cell boolean model directly if topography not set.", |
| 104 | + "tooltip": "Provide the active cell boolean model directly if topography not set", |
105 | 105 | "parent": "mesh", |
106 | 106 | "value": "" |
107 | 107 | }, |
|
113 | 113 | "enabled": false, |
114 | 114 | "label": "Number of CPUs", |
115 | 115 | "value": 1, |
116 | | - "visible": true |
| 116 | + "visible": false |
117 | 117 | }, |
118 | 118 | "solver_type": { |
119 | 119 | "choiceList": [ |
|
135 | 135 | "min": 1, |
136 | 136 | "max": 1000, |
137 | 137 | "verbose": 2, |
138 | | - "tooltip": "Splits the objective function into spatial tiles for distributed computation using the Dask library." |
| 138 | + "tooltip": "Splits the objective function into spatial tiles for distributed computation using the Dask library" |
139 | 139 | }, |
140 | 140 | "max_chunk_size": { |
141 | 141 | "min": 0, |
|
146 | 146 | "value": 128, |
147 | 147 | "verbose": 3, |
148 | 148 | "visible": false, |
149 | | - "tooltip": "Limit the chunk size used by Dask for distributed computation." |
| 149 | + "tooltip": "Limit the chunk size used by Dask for distributed computation" |
150 | 150 | }, |
151 | 151 | "out_group": { |
152 | 152 | "label": "SimPEG group", |
|
156 | 156 | "visible": true, |
157 | 157 | "optional": true, |
158 | 158 | "enabled": false, |
159 | | - "tooltip": "Optionally set the SimPEG group to which results will be saved." |
| 159 | + "tooltip": "Optionally set the SimPEG group to which results will be saved" |
160 | 160 | }, |
161 | 161 | "generate_sweep": { |
162 | 162 | "label": "Generate sweep file", |
163 | 163 | "group": "Python run preferences", |
164 | 164 | "main": true, |
165 | 165 | "value": false, |
166 | | - "tooltip": "Generates a file for sweeping parameters instead of running the application." |
| 166 | + "tooltip": "Generates a file for sweeping parameters instead of running the application" |
167 | 167 | }, |
168 | | - "distributed_workers": "", |
169 | 168 | "n_workers": "", |
170 | 169 | "n_threads": "", |
171 | 170 | "max_ram": "", |
172 | | - "performance_report": false |
| 171 | + "performance_report": false, |
| 172 | + "distributed_workers": "" |
173 | 173 | } |
0 commit comments