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

Reproduce 2017 #20

Draft
wants to merge 12 commits into
base: master
Choose a base branch
from
Draft

Reproduce 2017 #20

wants to merge 12 commits into from

Conversation

castelao
Copy link
Member

This PR reproduces the 2017 dataset with the intention to validate the code, i.e. everything is running as expected, before I can start moving parts towards the 2022 edition. Too many moving parts results in inefficient debugging.

I'm also moving some functions outside classes in preparation for refactoring. Those moved functions are preserved the best possible, and usually only the self component is addressed. The intention is to minimize room for bugs and be sure that everything runs as expected.

@castelao castelao self-assigned this Feb 20, 2025
@castelao
Copy link
Member Author

At this point, the three steps for data downloads and preparation work with the pixi controlled environment:

  1. SCCs
  2. NEI
  3. GHHRP

I shall confirm that later and maybe clean it.
It was originally a static method, thus it didn't require anything from `Self`. This is in preparation to spread and clean the library.
There is no need to be part of NEI object.
Temporary solution to bypass failure when renegotiating an SSL
connection. Downgraded Python to allow older cryptography library that
ignores such error. This must be addressed ASAP.
The path was decoupled from the filename, thus missing a join. I don't
know how it was working before.
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.

1 participant