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
With num_chains > 1, one would expect that if you set init=file.json, CmdStan would look for init=file_1.json, init=file_2.json, init=file_3.json, and so on.
It however errors with a weird error that .json is not supported. The culprit is this line:
Description:
With num_chains > 1, one would expect that if you set
init=file.json
, CmdStan would look forinit=file_1.json
,init=file_2.json
,init=file_3.json
, and so on.It however errors with a weird error that .json is not supported. The culprit is this line:
cmdstan/src/cmdstan/command.hpp
Line 155 in 3a3ef24
&&
not||
).The other issue is that if those files are not found it segfaults.
Reported here
Current Version:
v2.28.1
The text was updated successfully, but these errors were encountered: