added formulas

This commit is contained in:
2026-06-26 11:55:00 +03:00
parent 70828f693e
commit 4df70fa270
16 changed files with 268 additions and 927 deletions
+1 -1
View File
@@ -71,7 +71,7 @@ def test_bullington_loss_uses_dominant_equivalent_edge() -> None:
),
],
)
v = knife_edge_v(20, 5_000, 5_000, 433_000_000)
v = knife_edge_v(20 + earth_bulge(5_000, 5_000, 1.333), 5_000, 5_000, 433_000_000)
assert isclose(bullington_loss(profile, 0, 0, 433_000_000), knife_edge_loss(v))