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
I am running sampling_univariate_gaussian_distribution_via_paradram.mlx on Matlab R2021b and get an error message on line 51 (sample = pmpd.readSample();):
Error using ParaDRAM_class/readTabular
Too many output arguments.
Error in ParaDRAM_class/readSample (line 176)
sampleList = self.readTabular(callerName,file,delimiter);
Is that a known problem? How can it be fixed?
The text was updated successfully, but these errors were encountered:
I just tested the latest release of the library with MATLAB 2021a and the software and example work as intended. A few possible remedies:
check if your MATLAB version is supported by ParaMonte. That means any version of MATLAB that is newer than 2018a. MATLAB 2018a should also work with ParaMonte, albeit on Windows you will have to install the patch that MATLAB released after MATLAB 2018a release. Without the MATLAB patch, ParaMonte won't work on MATLAB 2018a on Windows (Linux and macOS are fine).
I am running
sampling_univariate_gaussian_distribution_via_paradram.mlx
on Matlab R2021b and get an error message on line 51 (sample = pmpd.readSample();
):Is that a known problem? How can it be fixed?
The text was updated successfully, but these errors were encountered: