-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding support for a cleaner extended .prices format while retaining …
…backwards compatability. This new format does several things: 1. Makes the timestamp optional in input data and makes it optional as well as accepting 'now' as a value, 2. Removes the words 'demand' and 'stock' from the line, 3. Replaces "-1L-1" with "unk" (unknown), 4. Replaces "0L0" with "n/a" (not available), 5. Replaces 'nnnL1' with "nnn@L" (for low), 6. Replaces 'nnnL2' with "nnn@M" (for medium), 7. Replaces 'nnnL3' with 'nnn@H" (for high)
- Loading branch information
Showing
3 changed files
with
174 additions
and
42 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
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