Skip to content

Commit

Permalink
MNT: black on notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
MateusStano authored and Gui-FernandesBR committed Sep 14, 2024
1 parent 1d4ce53 commit 18a99a7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/notebooks/sensors.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@
" name=\"Gyroscope\",\n",
")\n",
"calisto.add_sensor(gyro_clean, -0.10482544178314143) # +0.5, 127/2000)\n",
"calisto.add_sensor(gyro_noisy, (1.278 - 0.4, 127 / 2000 - 127 / 4000,0))"
"calisto.add_sensor(gyro_noisy, (1.278 - 0.4, 127 / 2000 - 127 / 4000, 0))"
]
},
{
Expand All @@ -381,7 +381,7 @@
" temperature_bias=0.02,\n",
" temperature_scale_factor=0.02,\n",
")\n",
"calisto.add_sensor(barometer_clean, (-0.10482544178314143 + 0.5, -127 / 2000,0))"
"calisto.add_sensor(barometer_clean, (-0.10482544178314143 + 0.5, -127 / 2000, 0))"
]
},
{
Expand All @@ -395,7 +395,7 @@
" position_accuracy=1,\n",
" altitude_accuracy=1,\n",
")\n",
"calisto.add_sensor(gnss_clean, (-0.10482544178314143 + 0.5, +127 / 2000,0))"
"calisto.add_sensor(gnss_clean, (-0.10482544178314143 + 0.5, +127 / 2000, 0))"
]
},
{
Expand Down

0 comments on commit 18a99a7

Please sign in to comment.