Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] authored and nishadgothoskar committed Jul 25, 2024
1 parent f1d37ae commit adb9dbe
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion notebooks/bayes3d_paper/run_ycbv_camera_tracking.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,6 @@
")\n",
"\n",
"\n",
"\n",
"@genjax.gen\n",
"def dense_model(args_dict):\n",
" meshes = args_dict[\"meshes\"]\n",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"metadata": {},
"outputs": [],
"source": [
"rr.init(f'task--{task.name}-001')\n",
"rr.init(f\"task--{task.name}-001\")\n",
"rr.connect(\"127.0.0.1:8812\")\n",
"task.visualize_task()"
]
Expand Down

0 comments on commit adb9dbe

Please sign in to comment.