Skip to content

Commit

Permalink
Fixed an important bug regarding the dependencies/inheritance structu…
Browse files Browse the repository at this point in the history
…re between Chopped Basis and BasePulse: ChoppedBasis depends only on BasePulse and every new chopped random Basis, i.e. Fourier, depends only on ChoppedBasis. Part 2
  • Loading branch information
marcorossignolo committed Aug 23, 2021
1 parent b825b26 commit 7542c68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/quocslib/pulses/BasePulse.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def __init__(self, map_index=-1, pulse_name="pulse", bins_number=101, time_name=
:param kwargs: Other arguments
"""
# The arguments did not use here, use for the other class
super().__init__(**kwargs)
# super().__init__(**kwargs)
# Pulse name
self.pulse_name = pulse_name
# Bins number
Expand Down

0 comments on commit 7542c68

Please sign in to comment.