Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • M mpikat
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 16
    • Issues 16
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Artifacts
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Model experiments
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • MPIfR-BDG
  • mpikat
  • Issues
  • #30
Closed
Open
Issue created Jan 20, 2023 by Niclas Esser@nesserMaintainer

Spead capture version is badly compared against a string

In the constructor of the mpikat.utils.spead_capture.SpeadCapture class:

if spead2.__version__ >= "3.2.0":
    ...
else:
    ...

For instance, a version number like 3.11 would be interpreted as an older version.

Edited Jan 20, 2023 by Niclas Esser
Assignee
Assign to
Time tracking