Skip to content

Commit

Permalink
shorter span
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Meyer committed Feb 25, 2018
1 parent 208e887 commit 88e23bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trufflepig/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def large_mp_preprocess(directory, current_datetime, steem_kwargs, data_director
configure_logging(directory, current_datetime)
post_frame = tpgd.load_or_scrape_training_data(steem_kwargs, data_directory,
current_datetime=current_datetime,
days=10,
days=8,
offset_days=8,
ncores=16)
return tppp.preprocess(post_frame, ncores=3)
Expand Down

0 comments on commit 88e23bb

Please sign in to comment.