Skip to content

Commit 1e5f411

Browse files
Update festim/exports/derived_quantities/average_surface.py
Co-authored-by: Rémi Delaporte-Mathurin <40028739+RemDelaporteMathurin@users.noreply.github.com>
1 parent 152a9c5 commit 1e5f411

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

festim/exports/derived_quantities/average_surface.py

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -103,10 +103,4 @@ def compute(self):
103103
return avg_surf
104104

105105

106-
class AverageSurfaceSpherical(AverageSurface):
107-
"""
108-
Computes the average on a spherical "surface" in 1D.
109-
Behaves identically to `AverageSurface`.
110-
"""
111-
112-
pass
106+
AverageSurfaceSpherical = AverageSurface

0 commit comments

Comments
 (0)