Skip to content

Commit

Permalink
Fix bug in pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
ActurialCapital committed Jun 26, 2024
1 parent f9e9574 commit f1cdd12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion blocks/pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -501,5 +501,5 @@ def make_block_pipeline(*steps, **kwargs) -> BlockPipeline:
memory=memory,
verbose=verbose,
log_callback=log_callback,
record_from=record,
record=record,
)
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "python-blocks"
version = "0.1.0"
version = "0.1.2"
description = "Extra blocks for scikit-learn features."
authors = ["ActurialCapital"]
license = "BSD 3-Clause License"
Expand Down

0 comments on commit f1cdd12

Please sign in to comment.