Skip to content
Snippets Groups Projects
Commit 2195136b authored by Steve Reis's avatar Steve Reis
Browse files

fix(exareme2): Issue with Anova handling condition

parent 65060903
No related branches found
No related tags found
No related merge requests found
...@@ -63,6 +63,7 @@ export default class AnovaOneWayHandler extends BaseHandler { ...@@ -63,6 +63,7 @@ export default class AnovaOneWayHandler extends BaseHandler {
return ( return (
data && data &&
data.length !== 0 && data.length !== 0 &&
data[0]['anova_table'] &&
algorithm.toLocaleLowerCase() === AnovaOneWayHandler.ALGO_NAME algorithm.toLocaleLowerCase() === AnovaOneWayHandler.ALGO_NAME
); );
} }
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment