-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix data written by dictionary_pickler.py (#156)
* Fix data written by dictionary_pickler.py The changes to the return types of `DictionaryFactory.get_dictionary()` in 63933fc broke the generation of dictionaries using `training/dictionary_pickler.py`. This commit fixes that again, by undoing the changes to `training/dictionary_pickler.py` made by 63933fc. * Fix tests for dictionary_pickler
- Loading branch information
Showing
2 changed files
with
8 additions
and
6 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