Skip to content

Commit

Permalink
🎨 Format with Black
Browse files Browse the repository at this point in the history
  • Loading branch information
nepito committed Nov 14, 2023
1 parent f6cd1db commit 076f3f3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@ format:
black --line-length 100 tests
black --line-length 100 examples/*.ipynb

format_notebook:
black --line-length 100 /workdir/*.ipynb

init: setup tests

linter:
Expand Down
2 changes: 1 addition & 1 deletion examples/calibration-demo.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@
" label=\"real density\",\n",
")\n",
"plt.xlabel(\"Distance (m)\", size=fontsize)\n",
"plt.ylabel(\"Density (kg/m$^2$)\", size=fontsize);\n",
"plt.ylabel(\"Density (kg/m$^2$)\", size=fontsize)\n",
"plt.savefig(\"figures/density_profile.png\")"
]
},
Expand Down

0 comments on commit 076f3f3

Please sign in to comment.