-
Notifications
You must be signed in to change notification settings - Fork 9
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
make mongo client configurable #83
Conversation
Do I misinterpret the logs or is there some unrelated issue on CI? |
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.
Thanks for the contribution! I will check what the problem with the CI is.
Co-authored-by: Rüdiger Busche <rudiger.busche@gmail.com>
Codecov ReportBase: 98.98% // Head: 98.98% // No change to project coverage 👍
Additional details and impacted files@@ Coverage Diff @@
## master #83 +/- ##
=======================================
Coverage 98.98% 98.98%
=======================================
Files 6 6
Lines 393 393
=======================================
Hits 389 389
Misses 4 4
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
@christian-steinmeyer Sorry for the wait, fixed the travis issue now and merged the PR. |
@christian-steinmeyer change was released in v0.0.15 |
Nice, thanks! |
Hey! I'd like to be able to configure the mongo client that's currently abstracted away by the ExperimentLoader. The easiest approach there would be to just forward a set of keyword arguments. What do you think?