You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey!
I just upgraded to version 2.2.0 of MParT and on calling the CreateTriangular()-function I get the following error. Reverting back to version 2.1.0 and using the same code produces no error.
I'm using MATLAB 2023b on Ubuntu.
Error using MParT_
Id is empty.
Error in ConditionalMap/delete (line 92)
MParT_('ConditionalMap_deleteMap', this.id_);
Error in ConditionalMap (line 26)
if(nargin==2)
Error in CreateTriangular (line 2)
map = ConditionalMap(inDim, outDim, order, opts);
Error in Duffing (line 145)
map{i}(mapIdx) = CreateTriangular(dataSize+mapIdx,1,mapOrder,opts);
> In ConditionalMap (line 26)
In CreateTriangular (line 2)
In Duffing (line 145)
Error using MParT_
Option name must be char but is given double.
Error in ConditionalMap (line 81)
this.id_ = eval(input_str);
Error in CreateTriangular (line 2)
map = ConditionalMap(inDim, outDim, order, opts);
The text was updated successfully, but these errors were encountered:
When you get a chance, bump to the latest commit I just put out on main and see if your issue is resolved. The tests run on my end, but I'm not sure about you.
Hey!
I just upgraded to version 2.2.0 of MParT and on calling the
CreateTriangular()
-function I get the following error. Reverting back to version 2.1.0 and using the same code produces no error.I'm using MATLAB 2023b on Ubuntu.
The text was updated successfully, but these errors were encountered: