Skip to content

Commit

Permalink
Automated commit -> added return statement to parser in jatosapi
Browse files Browse the repository at this point in the history
  • Loading branch information
miloswrath committed Sep 27, 2024
1 parent d573579 commit dddb967
Show file tree
Hide file tree
Showing 24 changed files with 1 addition and 1,929 deletions.
9 changes: 0 additions & 9 deletions _posts/2024-09-23-subject-8007-152820.md

This file was deleted.

8 changes: 0 additions & 8 deletions _posts/2024-09-25-subject-8007-154037.md

This file was deleted.

8 changes: 0 additions & 8 deletions _posts/2024-09-25-subject-8007-210733.md

This file was deleted.

8 changes: 0 additions & 8 deletions _posts/2024-09-26-subject-8007-050450.md

This file was deleted.

9 changes: 0 additions & 9 deletions _posts/2024-09-27-subject-9999-050436.md

This file was deleted.

145 changes: 0 additions & 145 deletions data/7019/processed/run-1/7019_NF_C.csv

This file was deleted.

145 changes: 0 additions & 145 deletions data/7019/processed/run-2/7019_NF_C.csv

This file was deleted.

145 changes: 0 additions & 145 deletions data/7019/raw/data.txt

This file was deleted.

145 changes: 0 additions & 145 deletions data/8004/processed/run-1/8004_NF_C.csv

This file was deleted.

145 changes: 0 additions & 145 deletions data/8004/processed/run-2/8004_NF_C.csv

This file was deleted.

145 changes: 0 additions & 145 deletions data/8004/raw/data.txt

This file was deleted.

145 changes: 0 additions & 145 deletions data/8006/processed/run-1/8006_NF_C.csv

This file was deleted.

145 changes: 0 additions & 145 deletions data/8006/processed/run-2/8006_NF_C.csv

This file was deleted.

145 changes: 0 additions & 145 deletions data/8006/raw/data.txt

This file was deleted.

145 changes: 0 additions & 145 deletions data/8007/processed/run-1/8007_NF_C.csv

This file was deleted.

145 changes: 0 additions & 145 deletions data/8007/raw/data.txt

This file was deleted.

Binary file removed data/8007/run-1/8007_NF_acc.png
Binary file not shown.
Binary file removed data/8007/run-1/8007_NF_rt.png
Binary file not shown.
1 change: 0 additions & 1 deletion data/8007/run-1/qc_NF_C.log

This file was deleted.

145 changes: 0 additions & 145 deletions data/9999/processed/run-1/9999_NF_C.csv

This file was deleted.

145 changes: 0 additions & 145 deletions data/9999/raw/data.txt

This file was deleted.

Binary file removed data/9999/run-1/9999_NF_acc.png
Binary file not shown.
Binary file removed data/9999/run-1/9999_NF_rt.png
Binary file not shown.
2 changes: 1 addition & 1 deletion jatosAPI.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def get_met(tease):

# Get the current timestamp
current_time = datetime.now().timestamp() * 1000 # Convert to milliseconds
one_day_ago = current_time - 5*(24 * 60 * 60 * 1000) # 24 hours ago in milliseconds
one_day_ago = current_time - 23*(24 * 60 * 60 * 1000) # 24 hours ago in milliseconds

# Initialize an empty list to store study result IDs
study_result_ids = []
Expand Down

0 comments on commit dddb967

Please sign in to comment.