Marten van Kerkwijk

Results 772 comments of Marten van Kerkwijk

It is a very weird one, I'll see if I can still reproduce it. But it definitely caused failures before I silenced the warning.

Verified that the problem is still there even if one does not load `alldeps`, so it is just a numpy interaction (probably a rare bug that was fixed in the...

I like the idea of moving the examples out - but having some way that we are sure to test them on cron or before a new release.

If this becomes a kind of comparison page, it would also be good to highlight how to import pandas dataframes into tables, and possibly have a list of things one...

I think you are right that the main advantage of `QTable` is the flexibility in what it can store. Perhaps the FAQ could focus on how to interoperate? This of...

Let's be sure to also do `IERS A` - added that to the title here so that I can remove that on #10219 and there is only one "last before...

Indeed, leap seconds expire june 2021, so are ok.

For IERS, I think this is indeed no longer needed!

> a np.float32 times a Python float stays a np.float32 See [NEP 50](https://numpy.org/neps/nep-0050-scalar-promotion.html). In general this is simply tricky, as one can easily think of "very logical" examples where promotion...

> So, even if the latter is making use of 64 bits, multiplying it against a `np.float32` then degrades the precision. Yes, that's true, but I think in the general...