Skip to content

Commit

Permalink
Update nitransforms/tests/test_vis.py
Browse files Browse the repository at this point in the history
Co-authored-by: Chris Markiewicz <[email protected]>
  • Loading branch information
jmarabotto and effigies authored Jul 23, 2024
1 parent f51e93f commit d44da6c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions nitransforms/tests/test_vis.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,3 @@ def test_plot_jacobian(data_path, output_path):
plt.savefig(output_path / "plot_jacobian.svg", bbox_inches="tight")
else:
plt.show()


if __name__ == "__main__":
pytest.main([__file__])

0 comments on commit d44da6c

Please sign in to comment.