-
Notifications
You must be signed in to change notification settings - Fork 6
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
Matlab update #169
Matlab update #169
Conversation
I started testing these updated tools.
|
Thanks for testing! I don't see the problematic line you are talking about in SPEC/Utilities/matlabtools/get_spec_jacobian.m Lines 25 to 32 in 1e6331f
Regarding the SPEC_Namelist; you can just do
Then you can do
I should probably write a tutorial for this class; I will write one down this week. |
OK the problem with the jacobian was related to internal file conflicts I had not resolved myself. One small issue: the routine plot_spec_poincare.m is not consistent between arguments and help – please explain in the help what is varargin. |
Another issue: when running plot_spec_modB_boundary.m, I get an error message "Error using get_spec_R_derivatives, Too many output arguments". |
I pushed a new commit.
Regarding your error in |
…lab_update Merging master
OK so my internal conflicts were finally solved (thanks!). I found some bugs in a number of routines, and fixed them, and pushed changes – please check. Doxygen automatic testing seems to fail – please have a look. After that, we'll be almost ready to merge! |
@jloizu |
Sorry this thing completely got out of my mind. I tested most of the plotting routines and everything seems to be fine on my side. I vote for a merge! |
Does anyone know what happens to the cmake tests? They seem to fail since 4 months ago. |
Seems due to pip being to old on the provided docker image (see https://stackoverflow.com/a/63457606). Fixed now. |
Me too :-) |
There seemed widespread agreement on merging this with master, but this was never completed. |
I updated the matlab tools with my own subroutines. I did some cleanup, and added the routine "SPEC_Namelist" which allows you to read, edit, and write SPEC input files, as well as plot the initial guess.
I think it is safe to merge, since I didn't touch SPEC source, only the matlab tools. Let me know if you find a bug or if a feature is missing!