Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • L lvcnrpy
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 6
    • Issues 6
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar

GitLab-15.0 was released on 22 May 2022 and git.ligo.org, chat.ligo.org, containers.ligo.org, and docs.ligo.org will be updated to this release on the 14 June 2022. This release contains various new features and more importantly several breaking changes. If you are using any of the features outlined in the list of breaking changes then your workflow will encounter errors once this release is installed. If you are using any of these features and can't switch to the replacements before 14 June 2022, or have any general comments, questions, or concerns, please make this known on the following Epic.

  • waveforms
  • lvcnrpy
  • Issues
  • #5

Closed
Open
Created Mar 08, 2017 by Edward Fauchon-Jones@edward.fauchon-jonesMaintainer

Check -l<=m<=l for 2<=l<=Lmax exist

Currently lvcnrcheck does not verify that all the m-mode datasets exist for -l<=m<=l for 2<=l<=Lmax.

A candidate solution to this is to replace lvcnrpy/format/specs.py#L595-597 with a cross-key dependant list (dependant on Lmax) of the expected mode datasets rather than a glob of the datasets that exist. As such, this will raise an err.Missing when format spec mandated modes are missing.

I believe this is the shortest solution that reuses existing code to solve this issue.

Assignee
Assign to
Time tracking