Skip to content

Commit 2cdf4be

Browse files
authored
Merge pull request #405 from MiraGeoscience/hotfix/0.8.1
Hotfix/0.8.1
2 parents 73aa83f + be0ab80 commit 2cdf4be

File tree

114 files changed

+15075
-14388
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

114 files changed

+15075
-14388
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ci:
1010

1111
repos:
1212
- repo: https://github.com/psf/black
13-
rev: 22.3.0
13+
rev: 22.6.0
1414
hooks:
1515
- id: black
1616
- repo: https://github.com/PyCQA/isort
@@ -27,7 +27,7 @@ repos:
2727
# hooks:
2828
# - id: flake8
2929
- repo: https://github.com/asottile/pyupgrade
30-
rev: v2.31.0
30+
rev: v2.37.2
3131
hooks:
3232
- id: pyupgrade
3333
args: [--py37-plus]
@@ -59,7 +59,7 @@ repos:
5959
exclude: (\.ipynb$)
6060
entry: codespell -I .codespellignore
6161
- repo: https://github.com/pre-commit/pre-commit-hooks
62-
rev: v4.1.0
62+
rev: v4.3.0
6363
hooks:
6464
- id: trailing-whitespace
6565
exclude: \.mdj$
@@ -75,7 +75,7 @@ repos:
7575
- id: mixed-line-ending
7676
- id: name-tests-test
7777
- repo: https://github.com/rstcheck/rstcheck
78-
rev: v5.0.0
78+
rev: v6.0.0.post1
7979
hooks:
8080
- id: rstcheck
8181
additional_dependencies: [sphinx]

assets/uijson/induced_polarization_forward.ui.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@
4848
"{b020a277-90e2-4cd7-84d6-612ee3f25051}",
4949
"{4EA87376-3ECE-438B-BF12-3479733DED46}"
5050
],
51+
"optional": true,
52+
"enabled": false,
5153
"label": "Conductivity object",
5254
"value": ""
5355
},
@@ -63,7 +65,7 @@
6365
"parent": "conductivity_model_object",
6466
"label": "Conductivity (Siemens/m)",
6567
"property": "",
66-
"value": 0.0
68+
"value": 0.001
6769
},
6870
"starting_model_object": {
6971
"group": "Starting Model",

assets/uijson/induced_polarization_inversion.ui.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@
7373
"{b020a277-90e2-4cd7-84d6-612ee3f25051}",
7474
"{4EA87376-3ECE-438B-BF12-3479733DED46}"
7575
],
76+
"optional": true,
77+
"enabled": false,
7678
"label": "Conductivity object",
7779
"value": ""
7880
},
@@ -88,7 +90,7 @@
8890
"parent": "conductivity_model_object",
8991
"label": "Conductivity (Siemens/m)",
9092
"property": "",
91-
"value": 0.0
93+
"value": 0.001
9294
},
9395
"starting_model_object": {
9496
"group": "Starting Model",

0 commit comments

Comments
 (0)