Skip to content

Commit

Permalink
remove pre
Browse files Browse the repository at this point in the history
  • Loading branch information
Sourmpis committed Oct 20, 2023
1 parent 81d8c94 commit a28cfeb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions utils/functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -470,15 +470,13 @@ def load_data(model):

(
data_spikes_train,
_,
data_jaw_train,
session_info_train,
) = dataset.get_train_trial_type(
train=1, device=opt.device, jaw_tongue=opt.jaw_tongue
)
(
data_spikes_test,
_,
data_jaw_test,
session_info_test,
) = dataset.get_train_trial_type(
Expand Down

0 comments on commit a28cfeb

Please sign in to comment.