Skip to content

fix timeslide check

Avi Vajpeyi requested to merge avi.vajpeyi/bilby_pipe:timeslide_list_fix into master
  • Fixed a check that was comparing the idx to the number of ifos (instead of number of timeslide values)
  • Fixed a timeslide test that was missing an edge case (resulting in a ValueError for certain idx)
  • Refactored "timeslide_list" to be called "timeslides" (as it is not actually a list)

Merge request reports