Skip to content

Commit ce63ace

Browse files
Update magnetic_flux.py
Fix the test string mode
1 parent 21a5c9d commit ce63ace

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

physics/magnetic_flux.py

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,9 @@ def magnetic_flux(
5757
) -> float:
5858
"""
5959
>>> magnetic_flux(50.0, 2, 0.0)
60-
250.0
61-
>>> magnetic_flux(1.5, 3.0, 60.0)
62-
2.25
63-
>>> magnetic_flux(1.5, 3.0, -60.0)
64-
2.25
60+
100.0
61+
>>> magnetic_flux(50, 2, 60.0)
62+
50.0
6563
>>> magnetic_flux(0.5, 4.0, 90.0)
6664
0.0
6765
>>> magnetic_flux(1, 2.0, 180.0)

0 commit comments

Comments
 (0)