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
However, the following function runs without any issues every time:
bsvars::compute_impulse_responses(out, 8)
works all the time.
What's puzzling is that the crash doesn't happen consistently at the same point - sometimes later in my loop, sometimes sooner (often very soon). It appears to be completely random.
Thanks for reaching out. Would you please provide the whole script and the data files, so we can reproduce the error you get? Without this, we can only guess. The closer your script is to the standards of Minimal reproducible example the more informative it is for us. Thanks.
Hey,
First off, thanks for your work on this great package - it's been super helpful!
I'm running into a strange issue where R crashes at seemingly random times when computing model outputs such as:
However, the following function runs without any issues every time:
works all the time.
What's puzzling is that the crash doesn't happen consistently at the same point - sometimes later in my loop, sometimes sooner (often very soon). It appears to be completely random.
If helpful, I can try to provide a reproducible example - just let me know!
Thanks again for your support and all the work you're putting into bsvars and bsvarSIGNs.
The text was updated successfully, but these errors were encountered: