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 Nov 27, 2023
1 parent 4d61373 commit ce35b25
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,9 @@ def stress_spherical_harmonics_expansion(
r_fit_sph_UV_pts = r_fit_sph.Eval_SPH(longitude, latitude).squeeze()

fitted_points = (
vedo.transformations.spher2cart(r_fit_sph_UV_pts, latitude, longitude).transpose()
vedo.transformations.spher2cart(
r_fit_sph_UV_pts, latitude, longitude
).transpose()
+ center[None, :]
)

Expand Down

0 comments on commit ce35b25

Please sign in to comment.