-
Notifications
You must be signed in to change notification settings - Fork 1
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
Adds testing of multiplicative biases against ngmix #44
Conversation
added numdifftools to the test environment
…ostat/autometacal into u/andrevitorelli/test_metacal_ngmix
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it looks good, left a few cocmments but coculddnt do a full review of the test. Mightt want to gtet anotherr set of eyes on it. Maybe @aguinot ?
.github/workflows/main.yml
Outdated
@@ -52,7 +52,7 @@ jobs: | |||
galsim \ | |||
ngmix | |||
|
|||
python -m pip install tensorflow==2.5.0 tensorflow_addons==0.13.0 tensorflow_probability==0.13.0 | |||
python -m pip install tensorflow==2.5.0 tensorflow_addons==0.13.0 tensorflow_probability==0.13.0 numdifftools |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do we need numdifftools here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's not used in this test, but in the other. I don't think there is a problem in being here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we shouldnd't add dependencies that are not neeeded
I don't know if we need to be that careful with PRs in code that is in this early stage, tbh. There is a lot here that will eventually change for a working output. |
Co-authored-by: Francois Lanusse <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM :-)
Passing this test is what we need to solve issue #36