From 9daf84b7f4aeb0d129ff50c4a5ae05efa5024515 Mon Sep 17 00:00:00 2001 From: aaarendt Date: Mon, 7 Oct 2024 14:12:43 -0700 Subject: [PATCH] include 'derived' column in attribute tests --- tests/test_db.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_db.py b/tests/test_db.py index 8262ced..cec9adf 100644 --- a/tests/test_db.py +++ b/tests/test_db.py @@ -27,7 +27,7 @@ class TestDB(DBSetup): ['depth', 'value', 'bottom_depth', 'comments', 'sample_a', 'sample_b', 'sample_c'] raster_atts = meas_atts + ['raster', 'description'] - measurement_types_attributes = ['name', 'units'] + measurement_types_attributes = ['name', 'units','derived'] DOI_attributes = ['doi', 'date_accessed'] def setup_class(self):