Skip to content

Commit

Permalink
Fix launch new instance of InVesalius
Browse files Browse the repository at this point in the history
  • Loading branch information
tfmoraes committed Jul 29, 2024
1 parent dde0e54 commit f1c7bd8
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 f1c7bd8

Please sign in to comment.