P. L. Lim

Results 548 comments of P. L. Lim

@cclauss , I think in a way I already did, except that I am not allowing 3.7 to fail.

p.s. Yikes, it just failed, so maybe I'll have to.

p.s. As far as your dependency tree is concerned, given that this PR has been open for 4 months, you might want to be in contact with the maintainers or...

xref astropy/astropy-benchmarks#87 Out of curiousity, I tried to search The Internet for this error but did not get an answer. I also tried running the code being profiled locally and...

Hmm. I cannot reproduce the failure locally with Python 3.7, `asizeof` from `asv 0.5.dev1839+cc460ced`, and `astropy 4.1.dev26986`. ```python >>> from astropy.io.ascii import core >>> from asv.extern.asizeof import asizeof >>> cols...

Oh, ops... I didn't see this part of the setup. I can reproduce it now. Good catch! ```python import random from string import ascii_uppercase as uppercase lst = [] lst.append([random.randint(-500,...

So, it works on empty `Table` but not on `Table` with data (not masked, by the way). I did find a workaround but not sure if that is equivalent. ```python...

I tried to find the original source of `asizeof` but the most I can find are tarballs on SourceForge and then I lost interest. 😬 It does seem the bundled...

AFAIK, we never shipped PyRAF with 64-bit libraries because IRAF only worked in 32-bit. See https://astroconda.readthedocs.io/en/latest/faq.html#why-is-iraf-32-bit-instead-of-64-bit

Trac issues are trapped in a purgatory that is SQL DB tarball on internal disk somewhere. I'll see if I remember what @jhunkeler thought me on how to access it.