Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
TaggingBackends
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Nyx
TaggingBackends
Commits
eb45d139
Commit
eb45d139
authored
2 years ago
by
François LAURENT
Browse files
Options
Downloads
Patches
Plain Diff
version increment
parent
c0a1abee
No related branches found
No related tags found
No related merge requests found
Pipeline
#93160
passed
2 years ago
Stage: test
Changes
3
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
Project.toml
+1
-1
1 addition, 1 deletion
Project.toml
pyproject.toml
+1
-1
1 addition, 1 deletion
pyproject.toml
src/taggingbackends/data/labels.py
+0
-1
0 additions, 1 deletion
src/taggingbackends/data/labels.py
with
2 additions
and
3 deletions
Project.toml
+
1
−
1
View file @
eb45d139
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"
...
...
This diff is collapsed.
Click to expand it.
pyproject.toml
+
1
−
1
View file @
eb45d139
[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"
]
...
...
This diff is collapsed.
Click to expand it.
src/taggingbackends/data/labels.py
+
0
−
1
View file @
eb45d139
...
@@ -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
"
,
{})
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment