-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Label 1.4.14 & Minor infrastructure updates:
* Makefile cleanings * tests updates * doc generation on Ubuntu/Python3.8
- Loading branch information
1 parent
1d02aed
commit b7e1139
Showing
11 changed files
with
30 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -83,7 +83,7 @@ | |
|
||
__all__ = [] | ||
|
||
__version__ = '1.4.13' | ||
__version__ = '1.4.14' | ||
|
||
__license__ = 'CeCILL-C' | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -487,7 +487,7 @@ p143 | |
sstRp144 | ||
sS'position_on_horizontal_grid' | ||
p145 | ||
V__unknown__ | ||
Vcenter | ||
p146 | ||
sS'geoid' | ||
p147 | ||
|
Binary file modified
BIN
-718 Bytes
(82%)
tests/data/geometries/profile_gridpoint.ddhlfa_VCT1.pickle_py3
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -442,7 +442,7 @@ tRp130 | |
sstRp131 | ||
sS'position_on_horizontal_grid' | ||
p132 | ||
V__unknown__ | ||
Vcenter | ||
p133 | ||
sS'geoid' | ||
p134 | ||
|
Binary file modified
BIN
-661 Bytes
(83%)
tests/data/geometries/profile_zonalband.ddhlfa_VCT1.pickle_py3
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,7 @@ | ||
|
||
PYTHON2 = python2.7 | ||
PYTHON3 = python3.7 | ||
.PHONY: all cartoplot | ||
|
||
.PHONY: all all2 all3 cartoplot2 cartoplot3 | ||
all: cartoplot | ||
|
||
all: all3 | ||
|
||
all2: cartoplot2 | ||
|
||
all3: cartoplot3 | ||
|
||
cartoplot2: | ||
. ./test-epy_cartoplot.sh $(PYTHON2) | ||
|
||
cartoplot3: | ||
. ./test-epy_cartoplot.sh $(PYTHON3) | ||
cartoplot: | ||
. ./test-epy_cartoplot.sh |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters