Skip to content

Commit

Permalink
chore: remove unused comments
Browse files Browse the repository at this point in the history
  • Loading branch information
hanhou committed Jun 13, 2024
1 parent 3fd122d commit 0e8bc55
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/nwb_io.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ def get_history_from_nwb(nwb_file):
nwb = io.read()
df_trial = nwb.trials.to_dataframe()

# Exclude autowater
autowater_offered = df_trial.auto_waterL | df_trial.auto_waterR
choice_history = df_trial.animal_response.map({0: 0, 1: 1, 2: np.nan}).values
reward_history = df_trial.rewarded_historyL | df_trial.rewarded_historyR
Expand Down

0 comments on commit 0e8bc55

Please sign in to comment.