Skip to content

Commit

Permalink
Fix launch new instance of InVesalius (#812)
Browse files Browse the repository at this point in the history
  • Loading branch information
tfmoraes authored Jul 29, 2024
1 parent 3d88ea4 commit 1d49c5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion invesalius/project.py
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ def create_project_file(
"scalar_range": (int(image.min()), int(image.max())),
"spacing": spacing,
"affine": affine,
"image_fiducials": np.full([3, 3], np.nan),
"image_fiducials": np.full([3, 3], np.nan).tolist(),
"matrix": matrix,
}

Expand Down

0 comments on commit 1d49c5d

Please sign in to comment.