-
Notifications
You must be signed in to change notification settings - Fork 33
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
Remove redundant pos recon #1449
Conversation
@@ -13,7 +13,7 @@ def load_corrected_positions( | |||
alt_s1=False, | |||
alt_s2=False, | |||
cmt_version=None, | |||
posrec_algos=("mlp", "gcn", "cnn"), |
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.
Why no "cnf"
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 compares the FDC map, and the cnf
one is currently unavailable
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.
Please make an issue about this.
Looks good, I assume the tests failing is due to #1452 ? Also, is the plan to push this for now and add another PR after reprocessing and after the FDC map has been constructed? |
@yuema137 add a TODO then? |
#1444
The only point that may need to be discussed is that the
cnf
based corrections are not available yet. So, I had to remove them fromcorrections_services
for now. At some point we need to add this back