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
In situations like stan-dev/cmdstan#1207, where there is an infinite loop which never exits, a user may try to debug-by-print the loop condition. This will never be useful, as the infinite loop prevents the code from exiting and actually logging to the user.
Summary:
In situations like stan-dev/cmdstan#1207, where there is an infinite loop which never exits, a user may try to debug-by-print the loop condition. This will never be useful, as the infinite loop prevents the code from exiting and actually logging to the user.
Relevant code:
stan/src/stan/model/gradient.hpp
Lines 25 to 35 in b22074b
Current Version:
v2.33.0
The text was updated successfully, but these errors were encountered: