Skip to content

Commit

Permalink
DAS-2050: Bug fix cell type issue. (#81)
Browse files Browse the repository at this point in the history
* DAS-2050: Bug fix cell type issue.

* DAS-2020: Updated version numbers (all but the Trajectory-Subsetter - that had already been updated).

---------

Co-authored-by: Josie Lyon <[email protected]>
  • Loading branch information
lyonthefrog and lyonthefrog committed Dec 14, 2023
1 parent 029c6b2 commit 9525d68
Show file tree
Hide file tree
Showing 13 changed files with 20 additions and 28 deletions.
2 changes: 1 addition & 1 deletion test/harmony-regression/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.3
0.1.4
6 changes: 2 additions & 4 deletions test/harmony/Harmony.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,8 @@
]
},
{
"cell_type": "code",
"execution_count": null,
"cell_type": "markdown",
"metadata": {},
"outputs": [],
"source": [
"## Prerequisites\n",
"\n",
Expand Down Expand Up @@ -99,7 +97,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.13"
"version": "3.10.13"
}
},
"nbformat": 4,
Expand Down
2 changes: 1 addition & 1 deletion test/harmony/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.3
0.1.4
8 changes: 3 additions & 5 deletions test/hga/HGA_Regression.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,9 @@
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "e8240032",
"cell_type": "markdown",
"id": "abad61a7-e49a-475f-8cb8-7822c232f1da",
"metadata": {},
"outputs": [],
"source": [
"## Prerequisites\n",
"\n",
Expand Down Expand Up @@ -2183,7 +2181,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.4"
"version": "3.10.13"
},
"name": "HGA_Regression.ipynb"
},
Expand Down
2 changes: 1 addition & 1 deletion test/hga/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.4
0.1.5
2 changes: 1 addition & 1 deletion test/hoss/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.5
0.1.6
2 changes: 1 addition & 1 deletion test/hybig/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.5
0.0.6
8 changes: 3 additions & 5 deletions test/n2z/N2Z_Regression.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,9 @@
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "9bdda441",
"cell_type": "markdown",
"id": "755d5bd9-bdb5-43f8-8a3b-fd125220982d",
"metadata": {},
"outputs": [],
"source": [
"## Prerequisites\n",
"\n",
Expand Down Expand Up @@ -280,7 +278,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.13"
"version": "3.10.13"
},
"name": "N2Z_Regression.ipynb"
},
Expand Down
2 changes: 1 addition & 1 deletion test/n2z/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.3
0.1.4
8 changes: 3 additions & 5 deletions test/regridder/Regridder_Regression.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,9 @@
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "0ca1e5bb",
"cell_type": "markdown",
"id": "650f966e-0748-494e-9a67-5b5571cf71eb",
"metadata": {},
"outputs": [],
"source": [
"## Prerequisites\n",
"\n",
Expand Down Expand Up @@ -242,7 +240,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.13"
"version": "3.10.13"
},
"name": "Regridder_Regression.ipynb"
},
Expand Down
2 changes: 1 addition & 1 deletion test/regridder/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.3
0.1.4
2 changes: 1 addition & 1 deletion test/swath-projector/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.3
0.1.4
2 changes: 1 addition & 1 deletion test/variable-subsetter/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.3
0.1.4

0 comments on commit 9525d68

Please sign in to comment.