Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix initial value of processor_type (#863)
* Fix initial value of processor_type BaseDataProcessor.processor_type has type str, but is initialized in BaseDataProcessor as None, likely because it is meant to be overridden by subclasses. We initialize it as a string to remove the type error. * Change base processor_type name Co-authored-by: Taylor Turner <[email protected]> * Make processor_type undefined in base class Also modified a test so that it can create the processor_type attribute, since it is currently not defined. Co-authored-by: JGSweets <[email protected]> --------- Co-authored-by: Taylor Turner <[email protected]> Co-authored-by: JGSweets <[email protected]>
- Loading branch information