Skip to content

Commit 997f966

Browse files
committed
Fixed tmatrix
1 parent 15507c9 commit 997f966

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/system/visualization/test_12_PostProcessing.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -601,6 +601,7 @@ def test_sbr_plot_scene(self, sbr_test):
601601
expressions=["NearEX", "NearEY", "NearEZ"], report_category="Near Fields", context="Near_Field"
602602
)
603603
t_matrix = solution_data.ifft("NearE", window=True)
604+
assert t_matrix.any()
604605
frames_list = solution_data.ifft_to_file(
605606
coord_system_center=[-0.15, 0, 0], db_val=True, csv_path=os.path.join(sbr_test.working_directory, "csv")
606607
)

0 commit comments

Comments
 (0)