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

use mongo downloader in utilix #190

Merged
merged 2 commits into from
Oct 12, 2024
Merged

use mongo downloader in utilix #190

merged 2 commits into from
Oct 12, 2024

Conversation

yuema137
Copy link
Contributor

As discussed and implemented here: XENONnT/utilix#141
We propose to move the DB-related operations to utilix to reduce straxen dependency, as importing straxen usually takes some time

@coveralls
Copy link

coveralls commented Oct 11, 2024

Pull Request Test Coverage Report for Build 11296814121

Details

  • 0 of 2 (0.0%) changed or added relevant lines in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 85.196%

Changes Missing Coverage Covered Lines Changed/Added Lines %
appletree/utils.py 0 2 0.0%
Totals Coverage Status
Change from base Build 10709265769: 0.0%
Covered Lines: 2440
Relevant Lines: 2864

💛 - Coveralls

@dachengx dachengx self-requested a review October 11, 2024 05:22
Copy link
Collaborator

@dachengx dachengx left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @yuema137 , please also remove straxen from pyproject.toml.

@yuema137
Copy link
Contributor Author

@dachengx Thanks.I double-checked that there's no remaining straxen dependency and removed the requirement

@dachengx dachengx merged commit 0cb3fec into master Oct 12, 2024
7 checks passed
@dachengx dachengx deleted the switch_to_utilix_for_db branch October 12, 2024 15:13
@@ -38,7 +38,6 @@ pandas = "*"
scikit-learn = "*"
scipy = "*"
strax = "*"
straxen = "*"
graphviz = "*"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add utilix = ">=0.10.1" here.

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.

4 participants