Codebase list astroscrappy / d2243bb
Merge branch 'lintian-fixes' into 'master' Fix some issues reported by lintian See merge request debian-astro-team/astroscrappy!1 Ole Streicher 3 years ago
4 changed file(s) with 5 addition(s) and 4 deletion(s). Raw diff Collapse all Expand all
+0
-1
debian/compat less more
0 11
33 Maintainer: Debian Astronomy Team <debian-astro-maintainers@lists.alioth.debian.org>
44 Uploaders: Ole Streicher <olebole@debian.org>
55 Build-Depends: cython3 (>= 0.21),
6 debhelper (>= 11),
6 debhelper-compat (= 12),
77 dh-python,
88 python3-all-dev (>= 3.3),
99 python3-astropy,
00 #!/usr/bin/env python3
11
22 import os
3 os.chdir(os.getenv('ADTTMP', '/tmp'))
3 os.chdir(os.getenv('AUTOPKGTEST_TMP', '/tmp'))
44
55 import astroscrappy
66 res = astroscrappy.test()
00 ASCL-Id: 1907.032
11 Bug-Database: https://github.com/astropy/astroscrappy/issues
22 Name: astro-SCRAPPY
3 Bug-Submit: https://github.com/astropy/astroscrappy/issues/new
34 Reference:
45 author: van Dokkum, P. G.
56 title: Cosmic-Ray Rejection by Laplacian Edge Detection
1011 doi: 10.1086/323894
1112 URL: http://adsabs.harvard.edu/abs/2001PASP..113.1420V
1213 eprint: http://www.jstor.org/stable/10.1086/323894
13 Repository: https://github.com/astropy/astroscrappy
14 Repository: https://github.com/astropy/astroscrappy.git
15 Repository-Browse: https://github.com/astropy/astroscrappy