Skip to content

Commit 2419637

Browse files
maxcapodi78maxcapodi78
maxcapodi78
authored and
maxcapodi78
committed
fixed test
1 parent 6c1ae94 commit 2419637

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyaedt/modules/AdvancedPostProcessing.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1026,7 +1026,7 @@ def plot_scene(
10261026

10271027
class IcepakPostProcessor(PostProcessor, object):
10281028
def __init__(self, app):
1029-
PostProcessorCommon.__init__(self, app)
1029+
PostProcessor.__init__(self, app)
10301030

10311031
@pyaedt_function_handler()
10321032
def create_field_summary(self):

0 commit comments

Comments
 (0)