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 Feb 3, 2025
1 parent 0199c33 commit 12b7802
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 11 deletions.
3 changes: 1 addition & 2 deletions examples/run_all_examples.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
"""Call all *.py files in the working directory.
"""
"""Call all *.py files in the working directory."""

import glob
import itertools
Expand Down
18 changes: 9 additions & 9 deletions tests/test_orientation.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
"""Test Orientation between adjacent spline patches
2--3
|C |
0--1
0--1 2--3 1--3
|D | |A | | B|
2--3 0--1 0--2
1--0
| |E |
O- 3--2
2--3
|C |
0--1
0--1 2--3 1--3
|D | |A | | B|
2--3 0--1 0--2
1--0
| |E |
O- 3--2
"""

import numpy as np
Expand Down

0 comments on commit 12b7802

Please sign in to comment.