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] committed Aug 19, 2024
1 parent 9530ac5 commit 544b684
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions notebooks/lammps_local.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"metadata": {},
"outputs": [],
"source": [
"lmp = LammpsLibrary(cores=2, mode='local')"
"lmp = LammpsLibrary(cores=2, mode=\"local\")"
]
},
{
Expand Down Expand Up @@ -379,7 +379,7 @@
"metadata": {},
"outputs": [],
"source": [
"ff = ff*0.5\n",
"ff = ff * 0.5\n",
"lmp.scatter_atoms(\"f\", ff, ids=ids[:10])"
]
},
Expand Down Expand Up @@ -543,7 +543,7 @@
"outputs": [],
"source": [
"lmp.delete_atoms(\"group\", \"all\")\n",
"lmp.reset_box([0.0,0.0,0.0], [8.0,8.0,8.0], 0.0,0.0,0.0)"
"lmp.reset_box([0.0, 0.0, 0.0], [8.0, 8.0, 8.0], 0.0, 0.0, 0.0)"
]
}
],
Expand Down

0 comments on commit 544b684

Please sign in to comment.