David Ding

Results 20 comments of David Ding

Thanks for flagging. You can install Edifice without dependencies using these commands: pip install watchdog # A dependency required for dynamic reloads pip install qasync # A dependency required for...

Hi, thank you for your feedback and suggestions. Please keep on filing feature requests so that I have a better idea of what people want or need in their projects....

Agreed. I'll get around to adding these.

It would indeed be interesting to support other backends such as for the web. Currently, I don't have plans to add it any time soon, but pull requests are welcome...

Created said nicer interface. The only remaining thing to be done is to let SolarSystem() accept other time arguments besides Julian dates.

The major satellites have a HUGE effect on integration accuracy.

By adding the largest satellites of planets, the error has been reduced to 10000 km in 10 years. Saturn and Uranus have the largest error. However, that's because I did...

Stored initial conditions for year 2011.

Hi Niket, I tried upgrading to 0.4.7, and I'm still hitting the error. The only difference is that the error now crashes the training loop, whereas previously training would continue....

I did a bit more debugging. I think the error occurs when aggregate=True in the save_args. Reading the code, it seems like in the aggregate=False branch, the `type_handlers.ArrayHandler.async_save` correctly awaits...