Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
j042 committed Jun 26, 2023
1 parent 59992df commit 712c076
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions examples/show_spline_data.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import numpy as np
import gustaf as gus
import numpy as np

import splinepy

Expand Down Expand Up @@ -224,7 +224,9 @@ def func(self_and_deformed, resolutions=None, on=None):

# 8. fixed location data that uses callback
# predefind some locations
bottom = splinepy.helpme.create.arc(radius=0.5, angle=-180) # zero centered
bottom = splinepy.helpme.create.arc(
radius=0.5, angle=-180
) # zero centered
bottom.cps += [0.5, 0.55]
circle1 = splinepy.helpme.create.circle(radius=0.1)
circle2 = circle1.copy()
Expand Down

0 comments on commit 712c076

Please sign in to comment.