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

Further refactoring and some improvements #45

Open
wants to merge 10 commits into
base: refactoring
Choose a base branch
from
Open

Conversation

Bensk1
Copy link
Contributor

@Bensk1 Bensk1 commented Jul 30, 2021

This PR makes the following changes:

  • Add frequency parameter to queries. Without specifically changing anything this does not have any effects because the frequency is set to 1 be default. This change is also debatable, we don't need it, but it was requested during reviews and is useful for further experiments with varying frequencies
  • Replace hand-crafted requirements.txt with pip freeze-generated one that is more complete and contains versions
  • Upgrade isort and adapt its call
  • Unify MockConnector usage
  • Fix a test error in test_algorithm.py that occurred when HypoPG was not initialized. (HypoPG is initialized per database, this test does not select a particular database which caused the error)
  • Introduce assert for dexter being installed (otherwise the tests fail without proper error)
  • Some formatting changes introduced by new version of black

@Bensk1 Bensk1 requested a review from klauck July 30, 2021 08:39
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.

None yet

1 participant