Skip to content
Snippets Groups Projects
Commit 62259ae6 authored by Tor-Einar Skog's avatar Tor-Einar Skog
Browse files

Test update. Bump dependency to vips-common

parent 95e20875
No related branches found
No related tags found
No related merge requests found
...@@ -19,7 +19,7 @@ dependencies = [ ...@@ -19,7 +19,7 @@ dependencies = [
"pydantic", "pydantic",
"pytz", "pytz",
"pandas", "pandas",
"vipscore_common @ git+https://gitlab.nibio.no/VIPS/vipscore-python-common.git@0.2.0" "vipscore_common @ git+https://gitlab.nibio.no/VIPS/vipscore-python-common.git@0.2.1"
] ]
requires-python = ">=3.9" requires-python = ">=3.9"
......
...@@ -58,7 +58,7 @@ class TestReferenceModel(unittest.TestCase): ...@@ -58,7 +58,7 @@ class TestReferenceModel(unittest.TestCase):
self.assertIsNotNone(result_list) self.assertIsNotNone(result_list)
last_result = result_list[len(result_list)-1] last_result = result_list[len(result_list)-1]
self.assertIsNotNone(result_list[0].valid_time_start) self.assertIsNotNone(result_list[0].valid_time_start)
self.assertEqual(555.8507083333333, last_result.all_values["TMDD"]) self.assertEqual(555.8507083333333, last_result.get_value("TMDD"))
def test_get_model_id(self): def test_get_model_id(self):
""" """
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment