Skip to content
Snippets Groups Projects
Commit cb1bbb5a authored by Kohei Yamamoto's avatar Kohei Yamamoto
Browse files

minor modifications for pylint

parent 35cb31a4
No related branches found
No related tags found
No related merge requests found
Pipeline #185499 failed
...@@ -108,7 +108,7 @@ class Hexagon(): ...@@ -108,7 +108,7 @@ class Hexagon():
# Three-signal combination # Three-signal combination
self.three_signal_combination = self.carrier_beatnotes[:,0] \ self.three_signal_combination = self.carrier_beatnotes[:,0] \
+ self.carrier_beatnotes[:,1] + self.carrier_beatnotes[:,2] + self.carrier_beatnotes[:,1] + self.carrier_beatnotes[:,2]
def write(self, output='measurements.h5', mode='w'): def write(self, output='measurements.h5', mode='w'):
"""Write simulation results. """Write simulation results.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment