-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: This analysis terminated unexpectedly. Error in .extractErrorMessage(e): length(error) = 1 is not TRUE #2704
Comments
@ShunitAm |
Thank you for the quick response.
hear is the data file
בתאריך יום ב׳, 6 במאי 2024 ב-12:53 מאת Thomas Langkamp <
***@***.***>:
… @ShunitAm <https://github.com/ShunitAm>
I cannot confirm this for 0.18.3 on linux (flatpak) - so this might be
windows specific, but I doubt it. I cannot test on win, sorry. But someone
from the team might.
Can you share your data file in the mean time? I suspect it is data related
—
Reply to this email directly, view it on GitHub
<#2704 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BIJUF3BQZAEUPFLMRJ2TBS3ZA5HKJAVCNFSM6AAAAABHIVBVAGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAOJVGU4TONBQHE>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Appending the file via mail does not work, sorry. Pleas drag and drop as described above. |
I've already sent it to- ***@***.***
and i've sent it again now as zip file
בתאריך יום ב׳, 6 במאי 2024 ב-13:02 מאת Thomas Langkamp <
***@***.***>:
… Appending the file via mail does not work, sorry. Pleas drag and drop as
described above.
—
Reply to this email directly, view it on GitHub
<#2704 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BIJUF3HGBYCTLV7QOC2L7QLZA5IJ3AVCNFSM6AAAAABHIVBVAGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAOJVGYYTEMZXGQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
I'll forward this file to Don. |
@vandenman |
This issue will be automatically closed in 42 days due to inactivity. Feel free to leave a comment if you believe this is still relevant. |
Is this still a problem with JASP 0.19? @sitnok67155 |
I gave up
בתאריך יום ב׳, 2 בספט׳ 2024 ב-12:06 מאת Thomas Langkamp <
***@***.***>:
… @sitnok67155 <https://github.com/sitnok67155>
@ShunitAm <https://github.com/ShunitAm>
Is this still a problem with JASP 0.19?
@sitnok67155 <https://github.com/sitnok67155>
Can you share the data file here by renaming to zip and drag and dropping
it here?
—
Reply to this email directly, view it on GitHub
<#2704 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BIJUF3FMMOWJIR7TAMARWS3ZUQTCZAVCNFSM6AAAAABHIVBVAGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGMRUGIYTGNRUG4>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
So you do not know if the error persists with 0.19? |
I do not
בתאריך יום ד׳, 4 בספט׳ 2024 ב-11:43 מאת Thomas Langkamp <
***@***.***>:
… So you do not know if the error persists with 0.19?
—
Reply to this email directly, view it on GitHub
<#2704 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BIJUF3B4EF74NIED3BYIH3LZU3BZZAVCNFSM6AAAAABHIVBVAGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGMRYGI3DMNZSGE>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
More Infos on this but from vandenman, who wrote this in #2088:
Also switching form non-parametric to parametric bootstrapping could help Sorry for the huge delay. The better error message for the network module was added at some point but seems not to work in all cases. We will work on a fix. |
JASP Version
0.18.3
Commit ID
No response
JASP Module
Network
What analysis are you seeing the problem on?
classical network analysis
What OS are you seeing the problem on?
Windows 11
Bug Description
Whenever i'm trying the bootstrap options- bootsrap network i get this erorr massage:
This analysis terminated unexpectedly.
Error in .extractErrorMessage(e): length(error) = 1 is not TRUE
Stack trace
.networkAnalysisBootstrap(mainContainer, network, options)
.networkAnalysisComputeBootstrap(bootstrapContainer, network, options)
tryCatch({
jaspBase::.suppressGrDevice({
for (nm in names(allNetworks)) {
bootstrapResult[[nm]] <- bootnet::bootnet(data = allNetworks[[nm]], nBoots = options[['bootstrapSamples']], type = options[['bootstrapType']], nCores = nCores, statistics = c('edge', 'strength', 'closeness', 'betweenness'), labels = options[['variables']])
}
})
}, error = function(e) bootstrapContainer$setError(.extractErrorMessage(e)))
tryCatchList(expr, classes, parentenv, handlers)
tryCatchOne(expr, names, parentenv, handlers[[1]])
value[3]
bootstrapContainer$setError(.extractErrorMessage(e))
private$jaspObject$setError(x)
.extractErrorMessage(e)
stopifnot(length(error) = 1)
To receive assistance with this problem, please report the message above at: https://jasp-stats.org/bug-reports
Expected Behaviour
It should give me the data
Steps to Reproduce
1.classical network analysis
2.added the variables
3.network plot+clustering plot
4. bootstrap options- bootstrap network- number of bootstrap- i tried 100 and 1000
...
Log (if any)
JASP 2024-05-06 10_51_23 Desktop.log
JASP 2024-05-06 10_51_23 Engine 0.log
Final Checklist
The text was updated successfully, but these errors were encountered: