Skip to content

Commit

Permalink
hardcoding project names to test performance on stage
Browse files Browse the repository at this point in the history
  • Loading branch information
cleaaum committed Oct 3, 2023
1 parent 6ce423b commit 49c2a43
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions utils/data_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ def get_data_project_names():
Get available project names from the main Tiled container,
filtered by types that can be processed (Container and ArrayClient)
"""
return ["clay_testZMQ", "check_handedness", "seg-clay_testZMQ"]
project_names = [
project
for project in list(data)
Expand Down

0 comments on commit 49c2a43

Please sign in to comment.