Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions lab_empty.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,12 @@ Describe your lab in few sentences.
::: highlight
#icon("warning") **Warning:**

Use the `highlight` container to display warning messages.
:::

<!--Highlight information -->
::: highlight
#icon("info") **Info:**

Also use the `highlight` container to display any information you want to highlight.
:::

<!--Add sections -->
Expand Down
1 change: 0 additions & 1 deletion lab_empty.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ def createScene(rootnode):
if not emio.isValid():
return

simulation.addChild(emio)
addSolvers(emio, rayleighMass=0, rayleighStiffness=0)

emio.attachCenterPartToLegs()
Expand Down