Skip to content

Commit dcce779

Browse files
maxcapodi78PipKat
andauthored
Update pyaedt/generic/compliance.py
Co-authored-by: Kathy Pippert <[email protected]>
1 parent a924ec6 commit dcce779

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyaedt/generic/compliance.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -691,7 +691,7 @@ def _add_statistical_violations(self, report, pdf_report, image_name, local_conf
691691
self._desktop_class.logger.error(msg)
692692
return
693693
mag_data = {i: k for i, k in sols.full_matrix_real_imag[0][sols.expressions[0]].items() if k > 0}
694-
# mag_data is a dictionary with key a tuple of (__AMPLITUDE, __UI) and value is the eye value.
694+
# mag_data is a dictionary. The key isa tuple (__AMPLITUDE, __UI), and the value is the eye value.
695695
mystr = "Eye Mask Violation:"
696696
result_value = "PASS"
697697
points_to_check = [i[::-1] for i in local_config["eye_mask"]["points"]]

0 commit comments

Comments
 (0)