Skip to content

Commit

Permalink
fix: wrong type for 'dcnum yield'
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed Nov 24, 2023
1 parent 13c1ab8 commit 8ee2099
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dclab/definitions/meta_const.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@
["dcnum segmenter", str, "Segmenter ID"],
# The event yield the number of events the pipeline produced and
# helps identify files that were e.g. exported from original files.
["dcnum yield", str, "Event yield"],
["dcnum yield", fint, "Event yield"],
],
# All qpi-related keywords
"qpi": [
Expand Down

0 comments on commit 8ee2099

Please sign in to comment.