Skip to content

Commit

Permalink
Renamed workflow setup to main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasstolker committed Jan 12, 2024
1 parent d6dac7c commit 71028f2
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@ Contributions are welcome so please consider `forking <https://help.github.com/e
License
-------

Copyright 2021-2023 Tomas Stolker & Rico Landman
Copyright 2021-2024 Tomas Stolker & Rico Landman

*pycrires* is distributed under the MIT License. See `LICENSE <https://github.com/tomasstolker/pycrires/blob/main/LICENSE>`_ for the terms and conditions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# -- Project information -----------------------------------------------------

project = 'pycrires'
copyright = '2021-2023, Tomas Stolker'
copyright = '2021-2024, Tomas Stolker'
author = 'Tomas Stolker'

# -- General configuration ---------------------------------------------------
Expand Down
1 change: 1 addition & 0 deletions tests/test_pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 71028f2

Please sign in to comment.