Chris Oswald
commited on
Commit
·
e0f64ef
1
Parent(s):
c213c69
debugging
Browse files
SPIDER.py
CHANGED
|
@@ -37,7 +37,7 @@ def import_csv_data(filepath: str) -> List[Dict[str, str]]:
|
|
| 37 |
return results
|
| 38 |
|
| 39 |
# Define constants
|
| 40 |
-
N_PATIENTS =
|
| 41 |
MIN_IVD = 0
|
| 42 |
MAX_IVD = 9
|
| 43 |
|
|
|
|
| 37 |
return results
|
| 38 |
|
| 39 |
# Define constants
|
| 40 |
+
N_PATIENTS = 218
|
| 41 |
MIN_IVD = 0
|
| 42 |
MAX_IVD = 9
|
| 43 |
|