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 1bdaa47 commit 5c0bade
Show file tree
Hide file tree
Showing 20 changed files with 1 addition and 3,313 deletions.
9 changes: 0 additions & 9 deletions _posts/2024-09-27-subject-9999-125506.md

This file was deleted.

229 changes: 0 additions & 229 deletions data/7019/processed/run-1/7019_NNB_C.csv

This file was deleted.

229 changes: 0 additions & 229 deletions data/7019/processed/run-2/7019_NNB_C.csv

This file was deleted.

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

This file was deleted.

217 changes: 0 additions & 217 deletions data/8001/processed/run-1/8001_NNB_A.csv

This file was deleted.

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

This file was deleted.

229 changes: 0 additions & 229 deletions data/8004/processed/run-1/8004_NNB_C.csv

This file was deleted.

229 changes: 0 additions & 229 deletions data/8004/processed/run-2/8004_NNB_C.csv

This file was deleted.

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

This file was deleted.

217 changes: 0 additions & 217 deletions data/8006/processed/run-1/8006_NNB_B.csv

This file was deleted.

229 changes: 0 additions & 229 deletions data/8006/processed/run-2/8006_NNB_B.csv

This file was deleted.

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

This file was deleted.

217 changes: 0 additions & 217 deletions data/8007/processed/run-1/8007_NNB_C.csv

This file was deleted.

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

This file was deleted.

Empty file removed data/8007/run-1/qc_NNB_C.log
Empty file.
229 changes: 0 additions & 229 deletions data/9999/processed/run-1/9999_NNB_B.csv

This file was deleted.

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

This file was deleted.

Binary file removed data/9999/run-1/9999_ATS_acc.png
Binary file not shown.
Binary file removed data/9999/run-1/9999_ATS_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 5c0bade

Please sign in to comment.