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

Removing pycbc and simplifiyng dependencies #38

Merged
merged 29 commits into from
Sep 16, 2022
Merged

Removing pycbc and simplifiyng dependencies #38

merged 29 commits into from
Sep 16, 2022

Conversation

jacopok
Copy link
Owner

@jacopok jacopok commented Sep 15, 2022

Amongst other things, this PR fixes https://github.com/jacopok/mlgw_bns/security/dependabot/6.
Also, it fixes #35 and #34.

The mismatches had to be computed by narrowing the PSD range to the training range of the model - the results were not awful otherwise, but they did go above the < 1e-5 threshold I'd set for the default provided model.

This PR fixes a lot of the warnings the test suite was giving, which were mainly due to incompatibility in the numpy C API with older versions of scipy, matplotlib and such which were required by pycbc.

Further, it makes the pyproject.toml compliant with poetry 1.2.

@github-actions
Copy link

github-actions bot commented Sep 15, 2022

Unit Test Results

    3 files  +    3      3 suites  +3   5m 6s ⏱️ + 5m 6s
  92 tests +  92    91 ✔️ +  91  1 💤 +1  0 ±0 
276 runs  +276  273 ✔️ +273  3 💤 +3  0 ±0 

Results for commit ee466dc. ± Comparison against base commit 84a7d93.

♻️ This comment has been updated with latest results.

@jacopok jacopok merged commit 7512b01 into master Sep 16, 2022
@jacopok jacopok deleted the removing-pycbc branch September 16, 2022 14:00
@jacopok jacopok linked an issue Sep 19, 2022 that may be closed by this pull request
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.

Remove pycbc dependency by hardcoding ET PSD Update numpy by dropping support for python 3.7
1 participant