Skip to content

Commit 9f8a93b

Browse files
committed
Fix pylint unused parameters
1 parent d8ee647 commit 9f8a93b

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

docs/examples/halcyon_flight_sim_active_control.ipynb

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -376,10 +376,7 @@
376376
" )\n",
377377
"\n",
378378
" # Return variables of interest to be saved in the observed_variables list\n",
379-
" return (\n",
380-
" time,\n",
381-
" roll_control.roll_torque,\n",
382-
" )\n",
379+
" return (time, roll_control.roll_torque, gyro_data, accel_data)\n",
383380
"\n",
384381
"\n",
385382
"roll_control, roll_controller = HALCYON.add_roll_control(\n",
@@ -521,7 +518,7 @@
521518
],
522519
"metadata": {
523520
"kernelspec": {
524-
"display_name": ".venv (3.14.3)",
521+
"display_name": ".venv (3.14.3.final.0)",
525522
"language": "python",
526523
"name": "python3"
527524
},

0 commit comments

Comments
 (0)