Ian Weaver

Results 71 comments of Ian Weaver

This looks super handy, thanks! Haven't used this package a lot, but could something like [Kroki.jl](https://github.com/bauglir/Kroki.jl) also be useful here? ![Screenshot_2021-12-02_00-30-11](https://user-images.githubusercontent.com/25312320/144363405-5498efde-0992-42e8-b176-96743cb0bbc6.png)

No worries @nespinoza, you are on a roll squashing all of these open issues. Thanks for all of your work!

^bump As a code-illiterate astronomer, I just wanted to thank everyone who has been working on this =D

> Hi, I tried to address this several years ago but I wasn't able to get my head around the metaprogramming at the time. I ended up writing my own...

Works like a charm, thanks @sp94! For the particular use case I have (essentially trying to replicate [this](https://docs.scipy.org/doc/scipy/reference/generated/scipy.interpolate.splrep.html)), it would be amazing if we could also do cubic B-splines on...

> > As I understand you are not very opposed to this. > > Yes, I'm not totally against because I know how much "mas" is used in astronomy, it's...

Ahh, that's a good point about naming conventions. Would this mean that doing both: 1) aliasing `u"as"` and 2) creating a `mas` unit, would be incompatible/break things downstream?

Oh, that's so cool. Thanks for the info!

Oh that's really neat! I just realized that I was using our old manual way of constructing objects in our tests instead of with KeywordsCalls. That should be switched over...

Great call (hah). I still need to add some extra tests to up our coverage in general, but the additional tests checking the memory allocation and elapsed time using KeywordCalls...