-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Augmenting time series which have additional useful columns besides '… (
#35) * Augmenting time series which have additional useful columns besides 'alarm' such as 'upperbound' so that we can access these. Also added a few tests. All tests still pass. * Removing parameter for passing back more columns besides 'alarm' which are available and useful (e.g. 'upperbound'). Not yet complete since some tests are not passing. * Fixing some testing behavior so that when present, "upperbound" will not cause failures with test expectations. * Fixing documentation and typos in slot value extraction Fixing documentation and typos in slot value extraction Co-authored-by: Rüdiger Busche <[email protected]> * Handling a merge conflict so that the current master change will still return np.ndarray even if the signature and behavior has changed to accomodate any slot name and not simply 'alarm'. * Fixed formatting via black. * Fixed import order via isort. Co-authored-by: Rüdiger Busche <[email protected]>
- Loading branch information
1 parent
772cb0b
commit ed297b4
Showing
6 changed files
with
101 additions
and
15 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
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