feat: change order of sequences and add randomize option for street project#989
feat: change order of sequences and add randomize option for street project#989
Conversation
Release - 2024-August [Fix]
Release - 2024-August - 2
Release - 2024 October
Fix: usernames missing in firebase
fix missing usernames v2
| return None | ||
| df = filter_by_timerange(df, start_time, end_time) | ||
|
|
||
| if randomize_order is not None: |
There was a problem hiding this comment.
Does this mean that we randomize the task order even if randomize_order is False (because not None)?
There was a problem hiding this comment.
I tried creating projects with a) no randomizeOrder attribute in the project draft, b) randomizeOrder set to false and c) randomizeOrder set to true. All resulting projects seem to have tasks in random order. I would have expected the randomization only when randomizeOrder is explicitely set to true? Could you please check?
There was a problem hiding this comment.
I tested with some different project drafts. Tasks were in random order when I provided no samplingThreshold and in sequential order when I set a samplingThreshhold, regardless of the value of randomizeOrder.
There was a problem hiding this comment.
Now it works for me. Images are in sequential order when a samplingThreshold is set, unless randomizeOrder is true.
No description provided.