add phi0 to chord_length#2872
Conversation
mexanick
left a comment
There was a problem hiding this comment.
LGTM. Coverage is underreported because of numba.
|
@maxnoe These are tests - they are good. Could you please review this long lasting question. |
These are not tests. It's a collection of plots for which I have no idea how they were produced. |
|
There is a code change here for a bugfix, but no new test making sure the bug is actually fixed. So independent of the numba coverage underreporting, there is indeed missing coverage here. Please add a test that fails on the current main and passes after the changes you make here to demonstrate what this fixes and prevent changes from breaking it again. |
|
There is also no test added for the new functionality of passing in And I have to ask again: what is the motivation for this change? Why do you want to push the rotation business into these lower level function compared to the muon image prediction? |
|
Ok, please rebase now that #2873 is merged. |
|
You could already use thee new parameter now in the intensity fit likelihood. |
|
I prefer to first add "my" new lightweight method for this. This new method is more efficient and, more importantly, it provides an entry point for ML algorithms. |
|
|
great !!! |





Add phi0 to chord_length
related to :
#2845