Skip to content

Commit

Permalink
Fixed location of reference image files in distribution_manifest.py
Browse files Browse the repository at this point in the history
  • Loading branch information
perwin committed Nov 17, 2018
1 parent ba1e242 commit 25951ab
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
5 changes: 2 additions & 3 deletions distribution_manifest.py
Original file line number Diff line number Diff line change
Expand Up @@ -331,9 +331,8 @@
psf_moffat_fwhm2_35x35.fits
test_dump_mcmc2a
test_dump_mcmc2b
osx/oversampled_orig.fits
osx/oversampled2both_orig.fits
linux/oversampled_orig.fits
oversampled_orig.fits
oversampled2both_orig.fits
mcmc_data/mcmc_test_short.1.txt
mcmc_data/mcmc_test_short.2.txt
mcmc_data/mcmc_test_short.3.txt
Expand Down
15 changes: 10 additions & 5 deletions todo_and_bugs-to-fix.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
[ ] Unit tests for FerrersBar3D


[ ] Fix image-comparison regression tests
[X] Fix image-comparison regression tests
OK, the weird case is biggertest.fits, which has two (and only two) pixels
which differ by ~ 0.0167 between the Mac and Linux versions; all other
pixels appear to be identical. The discrepant pixels are at (x,y) = (31,23)
Expand All @@ -54,12 +54,17 @@

All *other* files agree to w/in 1e-13

[ ] Update compare_fits_files.py to use numpy.allclose
[X] Update compare_fits_files.py to use numpy.allclose
[X] Update to use np.allclose( rtol=0, atol=1e-12)
[ ] Test atol=1e-12 on existing Mac images
[ ] write Python or shell script to do image comparisons from
[X] Test atol=1e-12 on existing Mac images
[X] write Python or shell script to do image comparisons from
makeimage regression tests
[ ] Test atol=1e-12 on Linux images (on Mac)
[X] Convert do_makeimage_tests to use new function
[X] Test atol=1e-12 on Linux images (on Mac)
[X] Move osx/*.fits images up one level
[X] Rewrite do_makeimage_tests to skip the OS testing and subdirectory use

[X] Add do_makeimage_tests to travis.yml


[ ] 2D Ferrers bar model
Expand Down

0 comments on commit 25951ab

Please sign in to comment.