From 0b1899ee0daae57d44ddc74b5f708a6222a3689c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20tom=20W=C3=B6rden?= <henrik@trineo.org> Date: Tue, 20 Jul 2021 16:34:40 +0200 Subject: [PATCH] MAINT: parent needs to be given to identifiable in H5CFood --- integrationtests/example_hdf5cfood.py | 1 + 1 file changed, 1 insertion(+) diff --git a/integrationtests/example_hdf5cfood.py b/integrationtests/example_hdf5cfood.py index 86d99417..f369f852 100644 --- a/integrationtests/example_hdf5cfood.py +++ b/integrationtests/example_hdf5cfood.py @@ -44,6 +44,7 @@ class ExampleH5CFood(H5CFood): super().create_identifiables() self.identifiable_root = db.Record() self.identifiable_root.add_property("hdf5File", self.crawled_file) + self.identifiable_root.add_parent("ExampleH5") self.identifiables.append(self.identifiable_root) def special_treatment(self, key, value, dtype): -- GitLab