You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Fix particles typealias to allow particles with different shapes and
physical properties #19
- Use Particles type in FrequencySimulation definition for clarity #19
- Add tests for the various type used with Particles #19
- Add "End-to-end" tests which are examples of what a user might do
- Add Sphere type
- Make rectangle constructor more permissive
- Reintegrate shape tests #15
- Increase tolerance in boundary condition test to allow test to run
- Reorganise tests, deleting basic tests and moving tests to more
appropriately named files
- Add and export == and isequal functions for Particle, Circle and
Rectangle
- Change tests to reflect that Particle and Shapes are immutable,
so === returns the same as ==
- Add/re-enable some plot tests
On the version 0.2 branch, there are a lot of old tests lying around unused. We need to adapt them to the new structures and get it tested!
The text was updated successfully, but these errors were encountered: