Skip to content

Commit a3e30ea

Browse files
Merge pull request #39 from gregory-halverson-jpl/main
v1.9.1 fixing unit tests
2 parents 441ec1f + 71ac9e5 commit a3e30ea

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

BESS_JPL/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.9.0
1+
1.9.1

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires = ["setuptools>=60", "setuptools-scm>=8.0", "wheel"]
33

44
[project]
55
name = "BESS-JPL"
6-
version = "1.9.0"
6+
version = "1.9.1"
77
description = "Breathing Earth System Simulator (BESS) Gross Primary Production (GPP) and Evapotranspiration (ET) Model Python"
88
readme = "README.md"
99
authors = [

tests/test_import_BESS_JPL.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
def test_import_BESS_JPL():
2+
from BESS_JPL import BESS_JPL

tests/test_import_breathing_earth_system_simulator.py

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)