We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8f7cee commit 865e72fCopy full SHA for 865e72f
scripts/recreation_server/execute_recmodel_server_twitter.py
@@ -14,8 +14,8 @@
14
args = {
15
'hostname': '10.240.0.6', # the local IP for the server
16
'port': 54322,
17
+ 'min_year': 2012,
18
'max_year': 2021,
- 'min_year': 2017,
19
'cache_workspace': cache_workspace,
20
'quadtree_pickle_filename': os.path.join(
21
mounted_volume, 'global_twitter_qt.pickle'),
0 commit comments