Skip to content

Commit

Permalink
Update core_distributed_analysis.py (#152)
Browse files Browse the repository at this point in the history
out-commenting a property not supported in latest version. Only visual impact
  • Loading branch information
AndersenQubitLab committed Nov 9, 2023
1 parent 69ce057 commit 4086a8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyEPR/core_distributed_analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -1575,7 +1575,7 @@ def hfss_report_f_convergence(self, variation='0', save_csv=True):
# Properties of lines
curves = [f"{report_name}:re(Mode({i})):Curve1" for i in range(
1, 1+self.n_modes)]
set_property(report, 'Attributes', curves, 'Line Width', 3)
# set_property(report, 'Attributes', curves, 'Line Width', 3)
set_property(report, 'Scaling',
f"{report_name}:AxisY1", 'Auto Units', False)
set_property(report, 'Scaling', f"{report_name}:AxisY1", 'Units', 'g')
Expand Down

0 comments on commit 4086a8d

Please sign in to comment.