diff --git a/.github/workflows/ci.yml b/.github/workflows/main.yml similarity index 100% rename from .github/workflows/ci.yml rename to .github/workflows/main.yml diff --git a/README.rst b/README.rst index 05e0cec..8794a50 100644 --- a/README.rst +++ b/README.rst @@ -50,6 +50,6 @@ Contributions are welcome so please consider `forking `_ for the terms and conditions. diff --git a/docs/conf.py b/docs/conf.py index 77c64a0..3c0de62 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -17,7 +17,7 @@ # -- Project information ----------------------------------------------------- project = 'pycrires' -copyright = '2021-2023, Tomas Stolker' +copyright = '2021-2024, Tomas Stolker' author = 'Tomas Stolker' # -- General configuration --------------------------------------------------- diff --git a/tests/test_pipeline.py b/tests/test_pipeline.py index 04f1e05..6444636 100644 --- a/tests/test_pipeline.py +++ b/tests/test_pipeline.py @@ -253,6 +253,7 @@ def test_obs_nodding(self) -> None: if shutil.which("esorex") is None: with pytest.raises(RuntimeError) as error: self.pipeline.obs_nodding(verbose=False, correct_bad_pixels=True, extraction_required=True) + print(str(error.value)) # assert str(error.value) == "Cannot run obs_nodding: there are no SCIENCE frames"