Albert Villanova del Moral
commited on
Update baseline date
Browse files- open_access.py +1 -1
open_access.py
CHANGED
@@ -55,7 +55,7 @@ _SUBSETS = {
|
|
55 |
"non_commercial": "oa_noncomm",
|
56 |
"other": "oa_other",
|
57 |
}
|
58 |
-
_BASELINE_DATE = "
|
59 |
_BASELINE_MAX_RANGE = 10
|
60 |
_BASELINE_RANGES = {
|
61 |
"commercial": range(_BASELINE_MAX_RANGE),
|
|
|
55 |
"non_commercial": "oa_noncomm",
|
56 |
"other": "oa_other",
|
57 |
}
|
58 |
+
_BASELINE_DATE = "2023-02-09"
|
59 |
_BASELINE_MAX_RANGE = 10
|
60 |
_BASELINE_RANGES = {
|
61 |
"commercial": range(_BASELINE_MAX_RANGE),
|