Placeholder for separation on div-0 error

This calculation should produce an infinity, or NaN. Either way, it's an
error that definitely still exists. I'll make a test for it, and then
fix it at some point. This is so that I don't forget.
This commit is contained in:
2024-07-15 14:41:46 -05:00
parent 60a0357b0d
commit a75704fb49

View File

@@ -445,6 +445,12 @@ mod tests{
); );
} }
// Separation 0,0 test
#[test]
fn check_separation_zero_zero() {
todo!("Check what happens when a boid is on top of the point it's trying to move away from");
}
// ********************* // *********************
// Separation x-axis tests // Separation x-axis tests
// ********************* // *********************