Skip to content

Commit 436080f

Browse files
nitheeshhsGui-FernandesBR
authored andcommitted
f string placeholder changes in test file
1 parent 4b93e91 commit 436080f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test_environment_parameter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ def controller_with_sensors(time, sampling_rate, state, state_history,
9696
print(" • Access to wind, atmospheric, and environmental data")
9797
print(" • Backward compatibility maintained")
9898

99-
print(f"\n🚀 Example usage in controller:")
99+
print("\n🚀 Example usage in controller:")
100100
print(" # Old way (with global variables):")
101101
print(" altitude_AGL = altitude_ASL - env.elevation # ❌ Global variable")
102102
print(" wind_x = env.wind_velocity_x(altitude_ASL) # ❌ Global variable")

0 commit comments

Comments
 (0)