-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow Example Files To Be Overwritten (#210)
* An example file can be overwritten. * A block could be executed multiple times. Each time a block is executed it could trigger feedback and learning. In this case, the learner would be invoked and we'd want to use the latest value of the cell to learn from. * Prior to jlewi/monogo#22 FileHelper.NewWriter would throw an error if the file already exists. That PR changed the semantics to truncate the file if it already exists. * So by upgrading monogo we should allow overwriting of examples if they already exist. Fix #205
- Loading branch information
Showing
3 changed files
with
7 additions
and
1 deletion.
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