Skip to content

Commit

Permalink
0.1.1 - Fixed import error in example
Browse files Browse the repository at this point in the history
  • Loading branch information
smarie committed Dec 6, 2018
1 parent 92cdc7c commit 593c1ec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Changelog

### 0.1.1 - Fixed import error in example

### 0.1.0 - First public version

4 changes: 2 additions & 2 deletions pytest_patterns/data_science_benchmark/test_polyfit.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
from pytest_harvest import get_session_synthesis_dct, create_results_bag_fixture
from pytest_harvest.results_bags import ResultsBag

from pytest_patterns.data_science_benchmark.challengers_polyfit import PolyFitChallenger
from pytest_patterns.data_science_benchmark import datasets_polyfit
from .challengers_polyfit import PolyFitChallenger
from . import datasets_polyfit


# ------------ The two challengers ----------
Expand Down

0 comments on commit 593c1ec

Please sign in to comment.