Brett M. Morris
Brett M. Morris
Also, by default `query_object*` will has the `regularize` kwarg set to True, which calls `self._regularize_object_name(object_name)`, which calls `self.query_aliases(object_name, cache=False)`, where the last cache kwarg is ignored. So right now the...
@orionlee That's correct, the dataframe here came from `LightCurve.to_pandas()`, and this was a "round-trip exercise" which didn't quite work out. It would be super neat if the logic could be...
My two cents: it's not too much work to manage the time coordinate manually, and it will likely prevent any accidental misinterpretations of time coordinates in `DataFrame`s, so I don't...
Pinging @tcjansen once more about this PR 😄
I'm going to need a bit of help with this PR. The section headers yield warnings and don't render, saying: ``` WARNING: Title level inconsistent: ```
> And we should probably test on length 0 arrays for sampling wrappers and reloo This is a problem I'm running into with reloo since my `khats` is scalar. Is...
Thanks @jburos, I've made some tweaks that get the `reloo` function running when the `khats` is scalar, but I may have come across a bigger problem: my (Gaussian process) model...
Hi @ysBach, Thanks for this note. In general we recommend that you use target lists as pure Python lists to prevent confusion. Creating object arrays will work for masking, but...
Hi @ysBach, any updates on this? If we should really consider supporting `ndarray`s of `FixedTarget` objects then I'm happy to investigate.
There's isn't already one, though I might recall @StuartLittlefair thinking about meridian flips?