astropy / astropy-benchmarks

Benchmarks for the astropy project
https://spacetelescope.github.io/bench/astropy-benchmarks/
BSD 3-Clause "New" or "Revised" License
7 stars 27 forks source link

Fix io.ascii IPAC benchmarks #41

Closed taldcroft closed 6 years ago

taldcroft commented 6 years ago

I haven't identified just where the regression occurred, but @hamogu heavily refactored how io.ascii classes are set up and I suspect that might be what happened. The point is that (at least for IPAC) you can't use the bare classes in isolation, they are really more integrated.

Anyway, I made it work.

Fixes #17