Skip to content

Commit 5021522

Browse files
Apply suggestions from code review
Co-authored-by: Maxime Rey <[email protected]>
1 parent 704c702 commit 5021522

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

_unittest/test_12_PostProcessing.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ def test_07_export_fields_from_Calculator(self):
147147
intrinsics="5GHz",
148148
)
149149
assert os.path.exists(os.path.join(self.local_scratch.path, "Efield.fld"))
150+
150151
self.aedtapp.post.export_field_file_on_grid(
151152
"Mag_E",
152153
"Setup1 : LastAdaptive",
@@ -159,6 +160,7 @@ def test_07_export_fields_from_Calculator(self):
159160
intrinsics="5GHz",
160161
)
161162
assert os.path.exists(os.path.join(self.local_scratch.path, "MagEfieldSph.fld"))
163+
162164
self.aedtapp.post.export_field_file_on_grid(
163165
"Mag_E",
164166
"Setup1 : LastAdaptive",

0 commit comments

Comments
 (0)