Steven Rieder

Results 306 comments of Steven Rieder

> did we fix/ follow up on the last suggestions? no

Agreed. Is there even one code that uses it?

I don't really see why though. This will be recalculated immediately.

note that strings passed to logging should be formatted, the following won't work: ```python logger.info("This is an output at time", time, " for N particles", len(particles)") ``` Naively, it could...

Thanks for reporting, it's a revelation to me that having multiple network interfaces could be the source of this problem. There may be several related issues, indeed like #128 and...

Hi, This seems related to a problem I had at some point, where I wanted to store lower-precision numbers. Nathan wrote the following then: > Quantities in amuse get their...

Hi @teuben, We have been mainly working to make AMUSE easier to install via pip, as individual packages. I see this as required groundwork for making other installation methods (e.g....

> @rieder if you at some point think that a Debian package would be a good idea, I't be happy to help you to get it ready. Thank you @olebole!...

Just changing constants would be a terrible idea - many simulations would probably be non-reproducible. But it would be nice to be able to specify which definition of units is...

(deleted earlier comment as it was incorrect)