Skip to content

Commit

Permalink
remove m1 1022
Browse files Browse the repository at this point in the history
  • Loading branch information
joel99 committed May 15, 2024
1 parent 7789dba commit 0582aab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions falcon_challenge/evaluator.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
},
'm1': {
'held_in': ['20120924', '20120926', '20120927', '20120928'],
'held_out': ['20121004', '20121017', '20121022', '20121024'],
'held_out': ['20121004', '20121017', '20121024'],
},
'h2': {
'held_in': [
Expand Down Expand Up @@ -117,7 +117,7 @@ def reduce_key(key):

HELD_OUT_KEYS = {
FalconTask.h1: ['S6_', 'S7_', 'S8_', 'S9_', 'S10_', 'S11_', 'S12_'],
FalconTask.m1: ['L_20121004', 'L_20121017', 'L_20121022', 'L_20121024'],
FalconTask.m1: ['L_20121004', 'L_20121017', 'L_20121024'],
FalconTask.m2: ['20201030', '20201118', '20201119', '20201124'],
FalconTask.h2: DATASET_HELDINOUT_MAP['h2']['held_out'],
}
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='falcon_challenge',
version='0.3.5',
version='0.3.6',

url='https://github.com/snel-repo/stability-benchmark',
author='Joel Ye',
Expand Down

0 comments on commit 0582aab

Please sign in to comment.