Skip to content
Snippets Groups Projects
Commit eb45d139 authored by François  LAURENT's avatar François LAURENT
Browse files

version increment

parent c0a1abee
No related branches found
No related tags found
No related merge requests found
Pipeline #93160 passed
name = "TaggingBackends" name = "TaggingBackends"
uuid = "e551f703-3b82-4335-b341-d497b48d519b" uuid = "e551f703-3b82-4335-b341-d497b48d519b"
authors = ["François Laurent", "Institut Pasteur"] authors = ["François Laurent", "Institut Pasteur"]
version = "0.6.1" version = "0.7"
[deps] [deps]
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a" Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
......
[tool.poetry] [tool.poetry]
name = "TaggingBackends" name = "TaggingBackends"
version = "0.6.1" version = "0.7"
description = "Backbone for LarvaTagger.jl tagging backends" description = "Backbone for LarvaTagger.jl tagging backends"
authors = ["François Laurent"] authors = ["François Laurent"]
......
...@@ -231,7 +231,6 @@ class Labels: ...@@ -231,7 +231,6 @@ class Labels:
return data return data
def from_hierarchical_format(self, data): def from_hierarchical_format(self, data):
# never tested
self.metadata = dict(data["metadata"]) self.metadata = dict(data["metadata"])
run = self.metadata.pop("id") run = self.metadata.pop("id")
self.units = data.get("units", {}) self.units = data.get("units", {})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment