Commit
•
c2408ed
1
Parent(s):
36f7902
Update baseline date to 2023-02-09 (#13)
Browse files- Update baseline date (1363b17471af19ca9c3cf8598e70dd94dd426b6e)
- 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),
|