@@ -671,8 +671,6 @@ def test_surface_wind(flight_calisto_custom_wind):
671671 flight_calisto_custom_wind : rocketpy.Flight
672672 Flight object to be tested. See the conftest.py file for more info
673673 regarding this pytest fixture.
674- atol : float, optional
675- Absolute tolerance error, by default 1e-8
676674 """
677675 test = flight_calisto_custom_wind
678676 atol = 1e-8
@@ -697,8 +695,6 @@ def test_effective_rail_length(flight_calisto_robust, flight_calisto_nose_to_tai
697695 defined with the "nose_to_tail" orientation instead of the
698696 "tail_to_nose" orientation. See the conftest.py file for more info
699697 regarding this pytest fixture.
700- atol : float, optional
701- The absolute tolerance error, by default 1e-8
702698 """
703699 test1 = flight_calisto_robust
704700 test2 = flight_calisto_nose_to_tail
@@ -738,8 +734,6 @@ def test_max_values(flight_calisto_robust):
738734 flight_calisto_robust : rocketpy.Flight
739735 Flight object to be tested. See the conftest.py file for more info
740736 regarding this pytest fixture.
741- atol : float, optional
742- Absolute tolerance error, by default 5e-3
743737 """
744738 test = flight_calisto_robust
745739 atol = 5e-3
@@ -761,8 +755,6 @@ def test_rail_buttons_forces(flight_calisto_custom_wind):
761755 flight_calisto_custom_wind : rocketpy.Flight
762756 Flight object to be tested. See the conftest.py file for more info
763757 regarding this pytest fixture.
764- atol : float, optional
765- The absolute tolerance error, by default 5e-3
766758 """
767759 test = flight_calisto_custom_wind
768760 atol = 5e-3
0 commit comments