update package to work with SS3 version 3.30.24.2#233
Conversation
- copilot prompt: "make changes to this package to get it working with the current version of SS3 (version 3.30.24.2), available via r4ss::get_ss3_exe(). known issues include change in input filenames from ss.par to ss3.par and changes to the data.ss_new output file which is now output as 3 separate files as discussed in nmfs-ost/ss3-source-code#218"
- avoids issue with 3.30.24.2: nmfs-ost/ss3-source-code#764
|
I was able to work around an SS3 issue (nmfs-ost/ss3-source-code#764) by leaving the benchmarks on (which I don't think will do any harm) in c762193. However, I'm now seeing a problem in the integration test Running the code from the test to create the failed model and then running the model outside of the test, I see the error: I'm sure this won't be TOO hard to figure out, but I won't be able to get to it for at least a week. @nathanvaughan-NOAA, if you feel like debugging, feel free to fetch my branch and explore or just wait for me to get back to it in early July. |
|
When complete, this pull request should fix #232. |
|
Thanks @iantaylor-NOAA I'll update you if I get a chance to continue debugging. |
Inspired by an email from @JuanMatiasBraccini, I asked github copilot to update the package to work with current SS3 versions using the prompt informed by issues identified in the email:
I made some additional refinements on top of what copilot provided, including
The changes from copilot all look pretty good to me, but I've only looked over them very quickly.
@nathanvaughan-NOAA, let me know if you have any time or interest in reviewing these changes.