Skip to content

Commit

Permalink
Remove unnecessary mutable attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
flferretti committed Jan 15, 2024
1 parent daa5a9e commit 2598d24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/Parallel_computing.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -115,13 +115,13 @@
" simulator_data=SimulatorData(\n",
" contact_parameters=SoftContactsParams(K=1e6, D=2e3, mu=0.5),\n",
" ),\n",
").mutable(validate=False)\n",
")\n",
"\n",
"\n",
"# Add model to simulator\n",
"model = simulator.insert_model_from_description(\n",
" model_description=model_sdf_string\n",
").mutable(validate=True)"
")"
]
},
{
Expand Down

0 comments on commit 2598d24

Please sign in to comment.