Steven Rieder
Steven Rieder
I'll have a go at this.
test_secularmultiple is the prime offender here, its tests are just not done right for pytest (just printing results etc, it's now meant to be run/checked manually clearly). Also, TestFi test2...
Would it be possible to have a test class for the various domains that tests the required things for that domain? E.g. a basic class that tests starting/stopping/running code, a...
test_gravity_codes.py more or less does this currently. But I think we should not test all* gravity codes in one test. *: all at the time the test was written, I...
Great!
I’ll have a look at that.
Maybe this is fixed now @ipelupessy?
Yes I used Fi for this before, but it seems to complain about a “too short timestep” sometimes... which is weird for a kick-only code, since it doesn’t require a...
To summarise: - A bug in Bridge was causing codes to do internal force calculations, which prevented them from calculating just the kick - Fi can indeed do this and...
Another alternative could be adding AMUSE support to mesaplot (https://github.com/rjfarmer/mesaplot, by @rjfarmer).