We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4049cba commit d0d1559Copy full SHA for d0d1559
release-packaging/Classes/FluidMDS.sc
@@ -25,7 +25,7 @@ FluidMDS : FluidModelObject {
25
26
fitTransform{|sourceDataSet, destDataSet, action|
27
actions[\fitTransform] = [nil,action];
28
- this.fitTransformMsg(sourceDataSet,destDataSet).postln;
+ this.fitTransformMsg(sourceDataSet,destDataSet);
29
30
this.prSendMsg(this.fitTransformMsg(sourceDataSet,destDataSet));
31
}
0 commit comments