Ian Weaver
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? 
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...