Commit Graph
9 Commits
Author SHA1 Message Date
Michael OsthegeandAndreas 05faf32fd3 Run tests after merging
Previously tests did not run after merging.

This lead to incompatible changes being merged right after one another.

By running tests on main we will notice breaks earlier.

Other options would be to require every PR to rebase on main before merging.
This is known as requiring linear history and can be changed in the project settings.
2024-10-10 13:52:45 +02:00
Michael OsthegeandAndreas 3c1482c2c0 Activate optimization test with 3 generations 2024-10-09 17:05:36 +02:00
Michael OsthegeandAndreas b6d0ef22f3 Remove and ignore visualization side-effect outputs 2024-10-09 17:05:36 +02:00
Michael OsthegeandAndreas d804f5dc31 Fix matplotlib warning about xticklabels 2024-10-09 17:05:36 +02:00
Michael OsthegeandAndreas 411a843faf Add contribution guide and issue templates 2024-10-04 11:51:10 +02:00
Michael OsthegeandAndreas f1bf01b381 Fix code style 2024-10-04 11:51:10 +02:00
Michael OsthegeandAndreas d987437b01 Manual edits to remove remaining code style errors 2024-10-03 17:28:49 +02:00
Michael OsthegeandAndreas a4d178d250 Apply isort and ruff code style 2024-10-03 17:28:49 +02:00
Michael OsthegeandAndreas 05a3c1a5bb Add pre-commit configuration 2024-10-03 17:28:49 +02:00