Mads M. Jensen

Results 73 comments of Mads M. Jensen

I had to assert using strings to overcome the problems inherent with comparing floats. This did make me realize that it would be great to be able to provide a...

I can't figure out the problem with the documentation. I try to run the `book/build.py` script and get this error ``` C:\Users\...\numbat\book\src\example-voyager.md Traceback (most recent call last): File "C:\Users\...\numbat\book\build.py", line...

This definitely helped, but I get a new error. It seems to be a missing dependency or similar. ``` Generating list of functions for module 'extra::color'... Traceback (most recent call...

> Oh yes, sorry. You need `mdbook` installed (https://rust-lang.github.io/mdBook/guide/installation.html). We should improve the error message there. Ahh, of course. I'll install that and try again. Thank you for all the...

> One thing I thought about was whether the implementation of the `human` function could profit from `unit_list`. Maybe worth checking out. I would not be surprised if a lot...

Can this not be solved by compiling Numbat without the plotting feature? I'm not too familiar with rust compilation yet, but I think that would be the preferable solution if...

Whether it should or not I'm not sure, but currently it is part of the default feature set. To get a default installation except excluding plotting I think you can...

Although I might be forgetting features from the cli now that I think about it.

I am not super well versed in rust compilation, but I think it is allowed since we use the resolver version 2 as described in [this section](https://doc.rust-lang.org/cargo/reference/features.html?highlight=additive#resolver-version-2-command-line-flags). I may be...

I’m a bit conflicted about this. On one hand I agree that having `Time` be the time portion of `DateTime` is reasonable and intuitive. On the other, many physics equations...