Skip to content

Commit 865e72f

Browse files
committed
adjust min year for the server startup script
1 parent d8f7cee commit 865e72f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/recreation_server/execute_recmodel_server_twitter.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
args = {
1515
'hostname': '10.240.0.6', # the local IP for the server
1616
'port': 54322,
17+
'min_year': 2012,
1718
'max_year': 2021,
18-
'min_year': 2017,
1919
'cache_workspace': cache_workspace,
2020
'quadtree_pickle_filename': os.path.join(
2121
mounted_volume, 'global_twitter_qt.pickle'),

0 commit comments

Comments
 (0)