-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enhanced error handling and design of parse_data
FileNotFoundError when config file path results in 0 read files Data influx now denoted as required and optional in comments required data will stop execution with error required data was updated with error handling optional data does not stop execution optional data reatained its original behaviors: booleans are optional, but become None not False when missing benchmark data sets until fail then passes in a "don't care" fashion KeyError catch for required data now extends original key error includes config_filepath includes key value that failed Updated and added approprate unit tests needed return values with length for config.read call added error handling tests
- Loading branch information
Showing
2 changed files
with
90 additions
and
20 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