Skip to content

Commit

Permalink
Merge branch 'master' of github.com:FNNDSC/pl-emerald
Browse files Browse the repository at this point in the history
  • Loading branch information
jennydaman committed Mar 7, 2024
2 parents 62965d5 + f5a2f1d commit ccc034d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion emerald/emerald.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ def emerald(model: Unet, input_path: str, mask_path: Optional[Path], brain_paths

#save result
if mask_path:
save(res, str(mask_path), hdr)
save(res.astype(np.float32), str(mask_path), hdr)

if brain_paths:
# for whatever reason, img.shape=(38, 256, 256, 1).
Expand Down

0 comments on commit ccc034d

Please sign in to comment.