Skip to content

Commit

Permalink
fix missed cid arg
Browse files Browse the repository at this point in the history
  • Loading branch information
Karl5766 committed Sep 18, 2024
1 parent 2dbb676 commit 95329b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
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 = "cvpl-tools"
version = "0.5.7"
version = "0.5.8"
description = "A Python package for utilities and classes related to the file I/O, dataset record keeping and visualization for image processing and computer vision."
authors = ["Karl5766 <[email protected]>"]
license = "MIT"
Expand Down
1 change: 1 addition & 0 deletions src/cvpl_tools/im/process/any_to_any.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ def forward(self,
return block_to_block_forward(
tmpdir=self.tmpdir,
np_forward=self.np_forward,
cid=cid,
im=im,
viewer_args=viewer_args,
out_dtype=None,
Expand Down

0 comments on commit 95329b0

Please sign in to comment.