Skip to content
Snippets Groups Projects
Commit 166ccbd4 authored by Guilhem Saurel's avatar Guilhem Saurel
Browse files

pre-commit run -a

parent 299ec4eb
No related branches found
No related tags found
No related merge requests found
......@@ -91,10 +91,8 @@ for i in range(0, N):
if i % conf.PRINT_N == 0:
print("Time %.3f" % (t))
print(
"\ttracking err %s: %.3f"
% (tsid.eeTask.name.ljust(20, "."), norm(tsid.eeTask.position_error, 2))
"\ttracking err %s: %.3f"
% (tsid.eeTask.name.ljust(20, "."), norm(tsid.eeTask.position_error, 2))
)
q[:, i + 1], v[:, i + 1] = tsid.integrate_dv(q[:, i], v[:, i], dv, conf.dt)
......
{
"cells": [
"cells": [
{
"cell_type": "markdown",
"metadata": {},
......
{
"cells": [
"cells": [
{
"cell_type": "markdown",
"metadata": {},
......
{
"cells": [
"cells": [
{
"cell_type": "code",
"execution_count": null,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment