Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ctapipe v0.15 #153

Closed
wants to merge 4 commits into from
Closed

ctapipe v0.15 #153

wants to merge 4 commits into from

Conversation

vuillaut
Copy link
Member

No description provided.

@vuillaut vuillaut marked this pull request as draft July 28, 2022 14:38
@codecov
Copy link

codecov bot commented Jul 28, 2022

Codecov Report

Merging #153 (8f4ae67) into master (afac9ce) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #153   +/-   ##
=======================================
  Coverage   86.80%   86.80%           
=======================================
  Files          17       17           
  Lines        1728     1728           
=======================================
  Hits         1500     1500           
  Misses        228      228           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update afac9ce...8f4ae67. Read the comment docs.

@vuillaut vuillaut marked this pull request as ready for review July 28, 2022 14:48
@vuillaut vuillaut requested a review from maxnoe July 28, 2022 14:51
@@ -3,8 +3,8 @@ channels:
- conda-forge
- default
dependencies:
- astropy>=4.2
- python=3.8 # nail the python version, so conda does not try upgrading / dowgrading
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That = and comment is really important and must not be changed.

Isn't the comment clear enough?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It does not say why python=3.8 is mandatory - and since the tests are passing with more recent versions, it was not clear to me why we should pin it.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It needs to be pinned to some version. Not to 3.8 specifically. But the sed command in the CI config uses the python= to insert the version used for the tests:

sed -i -e "s/- python=.*/- python=$PYTHON_VERSION/g" environment.yml

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So if you want to change the default version, all good, but it should still be a fixed version.

@maxnoe
Copy link
Member

maxnoe commented Dec 5, 2022

Closing in favor of #161

@maxnoe maxnoe closed this Dec 5, 2022
@maxnoe maxnoe deleted the ctapipe015 branch April 17, 2023 20:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants