OpenHPS/openhps-imu

View on GitHub
src/nodes/processing/GravityProcessingNode.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function filter has 30 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public filter(object: DataObject, frame: DataFrame): Promise<DataObject> {
        return new Promise<DataObject>((resolve) => {
            let method: GravityProcessingMethod = this.options.method;

            if (method === undefined) {
Severity: Minor
Found in src/nodes/processing/GravityProcessingNode.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status