Skip to content

Commit

Permalink
FIX typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tomMoral committed Dec 17, 2024
1 parent a44d6f7 commit 1d1d329
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion problem.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def get_train_data(path='.', start=None, stop=None, load_waveform=True):
start_val, stop_val = 0, 100
else:
start_s, stop_s = 0, int(1.5e5)
start_t, stop_t = -int(1.5e-5+1), -1
start_t, stop_t = -int(1.5e5+1), -1
start_val, stop_val = None, None
X_s, y_s = _load_data(train_file, start_s, stop_s, load_waveform)
X_t, y_t = _load_data(train_file, start_t, stop_t, load_waveform)
Expand Down

0 comments on commit 1d1d329

Please sign in to comment.