Skip to content

Commit

Permalink
Update BiaPy version label and fix import error in I2I workflow due t…
Browse files Browse the repository at this point in the history
…o recent changes
  • Loading branch information
danifranco committed Aug 6, 2024
1 parent de6da11 commit 9934048
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion biapy/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "3.4.6"
__version__ = "3.5.0"

import argparse
import os
Expand Down
2 changes: 0 additions & 2 deletions biapy/engine/image_to_image.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@
crop_3D_data_with_overlap,
merge_3D_data_with_overlap,
)
from biapy.engine.metrics import MSE_wrapper


class Image_to_Image_Workflow(Base_Workflow):
"""
Expand Down

0 comments on commit 9934048

Please sign in to comment.