UCBerkeleySETI / blimpy

Breakthrough Listen I/O Methods for Python

Home Page:https://blimpy.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Inadvertently, testing is using the previous release

texadactyl opened this issue · comments

Blimpy testing needs setigen for regression testing.
Setigen needs blimpy to save data in Filterbank or HDF5 files.

So, when the blimpy dependency of setigen is installed and blimpy is not yet installed, testing proceeds with the previous release level from pypi.

Solution:
Take setigen out of requirements.txt and put it and all the other test requirements in requirements_test.txt (new file).

Impacted files:

  • .github/workflows/python_tests.yml
  • Dockerfile