Changes between Initial Version and Version 1 of Ticket #58332, comment 9


Ignore:
Timestamp:
May 21, 2019, 3:14:05 PM (5 years ago)
Author:
kencu (Ken)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #58332, comment 9

    initial v1  
    33However, editing the `py-astropy` script to use the bundled `wcslib` and `cfitsio` (I changed both), the small test program no longer crashes.
    44
    5 The full test suite is still running.
     5The full test suite then runs to 77% but errors out with this:
     6{{{
     7            retval = _minpack._lmdif(func, x0, args, full_output, ftol, xtol,
     8>                                    gtol, maxfev, epsfcn, factor, diag)
     9E           TypeError: Cannot cast array data from dtype('O') to dtype('float64') according to the rule 'safe'
     10}}}