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

test custom with scheduler fixture #61

Merged
merged 2 commits into from
Sep 21, 2018
Merged

Commits on Sep 20, 2018

  1. test custom with scheduler fixture

    This allows to add new schedulers in the future and have pytest
    automatically create the tests for us. The should also catch more
    bugs.
    kain88-de committed Sep 20, 2018
    Configuration menu
    Copy the full SHA
    c248ca3 View commit details
    Browse the repository at this point in the history
  2. fix up reduce in rdf

    The comparison is deprecated is `res` is a numpy array. This is more robust.
    kain88-de committed Sep 20, 2018
    Configuration menu
    Copy the full SHA
    58b1281 View commit details
    Browse the repository at this point in the history