newton_loops in dsem_control #10
Closed
Arnaud-Gruss
announced in
Announcements
Replies: 3 comments
-
|
can you confirm that you're on the main branch of the github and it's fully
updated? Or where are you pulling the vignette from? The Current vignette
is here and has the correct syntax:
https://james-thorson-noaa.github.io/dsem/articles/vignette.html
…On Thu, Feb 1, 2024 at 2:47 PM Arnaud Grüss ***@***.***> wrote:
Regarding the first Vignette demo, when I try to run the following:
fit = dsem( sem = sem,+ tsdata = tsdata,+ estimate_delta0 = TRUE,+ control = dsem_control(+ quiet = TRUE,+ newton_loops = 0 ) )
The estimation will not work and the following error message appears:
Error in dsem_control(quiet = TRUE, newton_loops = 0) :
unused argument (newton_loops = 0)
Is this because you removed newton_loops from dsem_control, in which case newton_loops
= 0 should be removed from the first Vignette demo
—
Reply to this email directly, view it on GitHub
<#9>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AL62VMQYVQZXMFSR75KXGWDYRQLORAVCNFSM6AAAAABCVW5C62VHI2DSMVQWIX3LMV43ASLTON2WKOZSGEYTGNRVHAZTGMA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
-
|
I actually needed to reinstall dsem to have the latest version of the codes ... Sorry that I did not think about doing that before submitting this issue. So there is no issue and I can close it. Apologies once again for the oversight! |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
no worries. I just moved it to Discussions and closing for now. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Regarding the first Vignette demo, when I try to run the following:
The estimation will not work and the following error message appears:
Is this because you removed
newton_loopsfromdsem_control, in which casenewton_loops = 0should be removed from the first Vignette demo?Beta Was this translation helpful? Give feedback.
All reactions