Skip to content

Commit 780c9f9

Browse files
committed
rename study
1 parent 8e6cfe9 commit 780c9f9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ def download_pickles(report_order):
280280
storage=os.getenv(
281281
"DB_URI", "sqlite:///db.sqlite3"
282282
), # Specify the storage URL here.
283-
study_name=f"ASReview2_0b4-{CLASSIFIER_TYPE}-{FEATURE_EXTRACTOR_TYPE}-{STUDY_SET}-{VERSION}-no-empty-abstracts",
283+
study_name=f"ASReview2_0rc3-{CLASSIFIER_TYPE}-{FEATURE_EXTRACTOR_TYPE}-{STUDY_SET}-{VERSION}-no-empty-abstracts",
284284
direction="minimize" if METRIC == "loss" else "maximize",
285285
sampler=sampler,
286286
load_if_exists=True,

0 commit comments

Comments
 (0)