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 d9e3664 commit 93c4533
Show file tree
Hide file tree
Showing 23 changed files with 1 addition and 2,967 deletions.
10 changes: 0 additions & 10 deletions _posts/2024-09-27-subject-9999-050433.md

This file was deleted.

181 changes: 0 additions & 181 deletions data/7019/processed/run-1/7019_ATS_C.csv

This file was deleted.

181 changes: 0 additions & 181 deletions data/7019/processed/run-2/7019_ATS_C.csv

This file was deleted.

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

This file was deleted.

193 changes: 0 additions & 193 deletions data/8001/processed/run-1/8001_ATS_A.csv

This file was deleted.

181 changes: 0 additions & 181 deletions data/8001/processed/run-2/8001_ATS_A.csv

This file was deleted.

181 changes: 0 additions & 181 deletions data/8001/raw/data.txt

This file was deleted.

181 changes: 0 additions & 181 deletions data/8004/processed/run-1/8004_ATS_C.csv

This file was deleted.

181 changes: 0 additions & 181 deletions data/8004/processed/run-2/8004_ATS_C.csv

This file was deleted.

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

This file was deleted.

193 changes: 0 additions & 193 deletions data/8006/processed/run-1/8006_ATS_B.csv

This file was deleted.

181 changes: 0 additions & 181 deletions data/8006/processed/run-2/8006_ATS_B.csv

This file was deleted.

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

This file was deleted.

193 changes: 0 additions & 193 deletions data/8007/processed/run-1/8007_ATS_C.csv

This file was deleted.

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

This file was deleted.

Empty file removed data/8007/run-1/qc_ATS_C.log
Empty file.
181 changes: 0 additions & 181 deletions data/9999/processed/run-1/9999_ATS_B.csv

This file was deleted.

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

This file was deleted.

Binary file removed data/9999/run-1/9999_ATS_percent_correct.png
Binary file not shown.
Binary file removed data/9999/run-1/9999_ATS_percent_responded.png
Binary file not shown.
Binary file removed data/9999/run-1/9999_ATS_rt.png
Binary file not shown.
Empty file removed data/placeholder.txt
Empty file.
2 changes: 1 addition & 1 deletion jatosAPI.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,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 93c4533

Please sign in to comment.