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
hope you're doing well. I know you've been improving Bchron over the past few months (thanks for that), but I still found some strange behavior:
When dates are at the same depths, I use the artificialThickness argument. Then I get the following message: Some positionThicknesses are zero for identical positions. artificialThickness has been added so that the model can attempt to run. If the model still fails then increase the value of artificialThickness further. Great - but what happens is that the progress bar stops at 20 - 30 percent and then nothing.
Would it be possible to add an error message, if Bchronolgy fails? I cannot try to catch an error, because stopping in the progress bar does not produce an error. I always have to shut down R, because I cannot interrupt the kernel. If I had an error message, I could use try(), catch the error and then iteratively increase the artificialThickness.
Tthese are the values that I tested for artificalThickness:
Hi Andrew,
hope you're doing well. I know you've been improving Bchron over the past few months (thanks for that), but I still found some strange behavior:
When dates are at the same depths, I use the
artificialThickness
argument. Then I get the following message:Some positionThicknesses are zero for identical positions. artificialThickness has been added so that the model can attempt to run. If the model still fails then increase the value of artificialThickness further.
Great - but what happens is that the progress bar stops at 20 - 30 percent and then nothing.Would it be possible to add an error message, if Bchronolgy fails? I cannot try to catch an error, because stopping in the progress bar does not produce an error. I always have to shut down R, because I cannot interrupt the kernel. If I had an error message, I could use
try()
, catch the error and then iteratively increase theartificialThickness
.Tthese are the values that I tested for
artificalThickness
:As always for reproducibility
This is my dataset:
PG1984.txt
This my code:
And my sessionInfo():
Thanks,
Gregor
The text was updated successfully, but these errors were encountered: