Skip to content

Commit

Permalink
Update using-the-visualizer.ipynb (#370)
Browse files Browse the repository at this point in the history
  • Loading branch information
bbbjiangggg authored Jan 23, 2025
1 parent 4b11bce commit 7f38fcc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/user_guide/using-the-visualizer.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@
"outputs": [],
"source": [
"tip_rack4 = lh.deck.get_resource(\"tips_04\")\n",
"tip_rack4.set_tip_state([[True]*6 + [False]*6]*8)"
"tip_rack4.set_tip_state([True]*48 + [False]*48)"
]
},
{
Expand All @@ -280,7 +280,7 @@
"metadata": {},
"outputs": [],
"source": [
"tip_rack3.set_tip_state([[True, False]*6]*8)"
"tip_rack3.set_tip_state(([True]*8 +[False]*8)*6)"
]
},
{
Expand All @@ -290,7 +290,7 @@
"metadata": {},
"outputs": [],
"source": [
"tip_rack2.set_tip_state([[True, True, False, False]*3]*8)"
"tip_rack2.set_tip_state(([True]*16 +[False]*16)*3)"
]
},
{
Expand Down

0 comments on commit 7f38fcc

Please sign in to comment.