[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
This commit is contained in:
pre-commit-ci[bot] 2025-04-04 10:57:51 +00:00
parent 4678e4acd6
commit 663e0006b6
1 changed files with 1 additions and 1 deletions

View File

@ -189,7 +189,7 @@ class HomonculusArm(Teleoperator):
* np.arcsin((b_value - min_reading) / (max_reading - min_reading))
/ (np.pi / 2)
)
except Exception as e:
except Exception:
print("not working")
print(smoothed_vals)
print("not working")