Mercurial > repos > imgteam > anisotropic_diffusion
diff anisotropic_diffusion.py @ 1:8ef57910245b draft default tip
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/anisotropic-diffusion/ commit b2acc1845a25828181597fe5b6982fe116a7796d
| author | imgteam |
|---|---|
| date | Mon, 22 Jul 2019 04:55:10 -0400 |
| parents | f2d41197a87f |
| children |
line wrap: on
line diff
--- a/anisotropic_diffusion.py Sat Feb 09 14:12:36 2019 -0500 +++ b/anisotropic_diffusion.py Mon Jul 22 04:55:10 2019 -0400 @@ -14,7 +14,7 @@ parser.add_argument('gamma', type=float, help='Speed of diffusion', default=0.1) parser.add_argument('eqoption', type=int, choices=[1,2], help='Perona Malik diffusion equation', default=1) args = parser.parse_args() - + with warnings.catch_warnings(): warnings.simplefilter("ignore") #to ignore FutureWarning as well
