Skip to content

Commit

Permalink
fix initial tslots error
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick committed Apr 11, 2024
1 parent 6afde3d commit eff3e10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qutip_qoc/time.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class TimeInterval:
Number of time slots. Length of tslots is n_tslots.
"""

def __init__(self, tslots=None, evo_time=None, n_tslots=100):
def __init__(self, tslots=None, evo_time=None, n_tslots=None):
self._tslots = tslots
self._evo_time = evo_time
self._n_tslots = n_tslots
Expand Down

0 comments on commit eff3e10

Please sign in to comment.