Skip to content

Commit

Permalink
Fixed ModelFrameFormulaContext#getData(String) method
Browse files Browse the repository at this point in the history
  • Loading branch information
vruusmann committed Nov 7, 2024
1 parent f781cf4 commit c0d8716
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public RVector<?> getData(String variable){
return vector;
}

return model;
return null;
}

public RGenericVector getModel(){
Expand Down

0 comments on commit c0d8716

Please sign in to comment.