generated from allenai/python-package-template
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(tweets): market.sim_day tweet, order yielding logic
The logic for guarding against Nones in the market.sim_day iterator was flawed and causing only values that had both a tweet and an order to get through, meaning the tables had the same counts. This corrects that and ensures all orders go through, and those that have tweets are only a portion.
- Loading branch information
1 parent
12fc3a9
commit 08c2fa0
Showing
2 changed files
with
11 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters