Keto D. Zhang
Keto D. Zhang
@JelleZijlstra I think you meant to put parenthesis around the dot accessors ```diff result = "{} {} {}".format( x, y, ( - z.and_then.something_very_deep.inside_the_complex.object_called_z.even_further ), ) ``` ```diff result = "{}...
Can we get an M-shape out of caustic structure?
I don't see a reason to keep a separate arrays for `MulensData::_good` and `MulensData::_bad` if they're opposite of each other. Can you do something like this? ```py class MulensData: @property...
Will have to take a look how it was used: shape of array and how often `MulensData::bad` was called. Instead of `@property` and building your own cache, you could use...
The solution I propose won't solve the problem where we want to allow the users to mutate `MulensModel::bad[i] = value` To me, I think it's trivial to get the inverse...
Same issue with a more relative command ```sh $ poetry env remove .venv/bin/python ``` The current hotfix is to just remove `.venv/`. However, I am not sure if there's consequences...
This seems to just be the limitation and intention of `info` and that `asdftool` is missing a CLI command that prints `AsdfFile::tree`.
Sorry, I did not write clearly. I completely agree `info` is for a structural preview of the tree. Anyways, adding a full printout command (e.g., `asdftool tree FILE` returns pretty...
@georgek https://github.com/juftin/hatch-pip-compile was able to accomplish this with hatch. `pip-compile` isn't installed in the virtual environment of the target environment so the pip it used is a from somewhere else....
For some reason I felt at ease with stage manager not needing global tiling of windows anymore. Having Amethyst more integrated with stage manager would definitely get me back to...