Skip to content

Revamp test data I/O

  • Cache the LALInference FITS file. Why not? It speeds up the test.
  • Move imports to module level.
  • Use the builtin function open() instead of io.open().

Merge request reports