Skip to content

Commit 5558209

Browse files
authored
Merge pull request #5 from norwegian-geotechnical-institute/f/crash_if_Z_is_empty
Fix crash if Z is empty
2 parents a622d74 + 6cf74a7 commit 5558209

5 files changed

Lines changed: 381 additions & 268 deletions

File tree

.github/workflows/branch.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
fail-fast: false
88
matrix:
99
python-version: ['3.9']
10-
poetry-version: ['1.1.14']
10+
poetry-version: ['1.2.1']
1111
os: [ubuntu-latest]
1212
runs-on: ${{ matrix.os }}
1313
steps:
@@ -30,7 +30,7 @@ jobs:
3030
fail-fast: false
3131
matrix:
3232
python-version: ['3.9']
33-
poetry-version: ['1.1.14']
33+
poetry-version: ['1.2.1']
3434
os: [ubuntu-latest]
3535
runs-on: ${{ matrix.os }}
3636
steps:

CHANGES.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# NGI Python KOF Parser Package
22

3+
## Version 0.0.9
4+
_2022-10-04_
5+
6+
Fix
7+
8+
- If a location had Z (height) empty, then parser crashed. Now fixed.
9+
310
## Version 0.0.8
411
_2022-08-22_
512

0 commit comments

Comments
 (0)