Skip to content

Commit

Permalink
Resolve version conflicts and test conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
jay-m-dev committed Jul 11, 2024
2 parents 93e709a + d4102ec commit 65b6760
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion tpot2/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.1.7-alpha'
__version__ = '0.1.7a0'
1 change: 0 additions & 1 deletion tpot2/tests/test_estimators.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ def test_tpot_estimator_predict(tpot_estimator_with_pipeline,sample_dataset):
assert len(y_pred) == len(X_test)
assert tpot_estimator_with_pipeline.fitted_pipeline_ is not None


def test_tpot_estimator_generations_type():
with pytest.raises(TypeError):
tpot2.TPOTEstimator(generations="two", population_size=10, verbosity=2)
Expand Down

0 comments on commit 65b6760

Please sign in to comment.