Skip to content

Commit

Permalink
Merge pull request #819 from cortex-lab/add_carola
Browse files Browse the repository at this point in the history
adding carola to ucl import
  • Loading branch information
juhuntenburg authored Nov 6, 2023
2 parents 59d0512 + 7cf735b commit 808bfe2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/sync_ucl/prune_cortexlab.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@

# only imports users that are relevant to IBL
users_to_import = ['cyrille', 'Gaelle', 'kenneth', 'lauren', 'matteo', 'miles', 'nick', 'olivier',
'Karolina_Socha', 'Hamish', 'laura', 'niccolo', 'SamuelP']
'Karolina_Socha', 'Hamish', 'laura', 'niccolo', 'SamuelP', 'miriam.jansen', 'carolina.quadrado']
users_to_leave = LabMember.objects.using('cortexlab').exclude(username__in=users_to_import)
users_to_keep = Dataset.objects.using('cortexlab').values_list('created_by', flat=True).distinct()
users_to_leave = users_to_leave.exclude(pk__in=users_to_keep)
Expand Down

0 comments on commit 808bfe2

Please sign in to comment.