generated from FNNDSC/python-chrisapp-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes interpolate_sphere segfault when input is a read-only file
- Loading branch information
1 parent
d0b94fe
commit 60f65dd
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
chris_plugin~=0.0.13 | ||
pycivet==0.0.6 | ||
pycivet==0.0.7 | ||
loguru~=0.6.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
|
||
setup( | ||
name = 'interpolate-surface-with-sphere', | ||
version = '0.1.1', | ||
version = '0.1.2', | ||
description = 'Resample a surface mesh to have 81,920 triangles.', | ||
author = 'Jennings Zhang', | ||
author_email = '[email protected]', | ||
|