Skip to content

Commit

Permalink
added todos
Browse files Browse the repository at this point in the history
  • Loading branch information
mselimata committed Jun 24, 2024
1 parent b56cece commit 78a64fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion narps_open/pipelines/team_L3V8.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def __init__(self):
('pos_loss', 'T', loss_conditions, [1, 1, 1, 1]), # average positive effect -loss value
('neg_gain', 'T', gain_conditions, [-1, -1, -1, -1]), # average negative activation - gain value
('neg_loss', 'T', loss_conditions, [-1, -1, -1, -1]) # average negative activation - loss value
# figure out group contrast settings
# figure out group contrast settings # TODO
('contrast1', 'T', gain_conditions, [-1, 1, -1, 1, -1, 1, -1, 1]) # group differences between EqI and EqR

]
Expand Down

0 comments on commit 78a64fa

Please sign in to comment.