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
This appears to be caused by the fact that this file is missing some of the extra data that is read, and it has multiple new lines at the end. It appears common to files produced by CHEASE. The extra new line causes it not to report eof(f)=true so it tries to read a token in the following lines and fails:
@orso82@eldond@lstagner I have a fix but don't have permission to push a new branch here for some reason:
git push --set-upstream origin closed-channel-fix
ERROR: Permission to JuliaFusion/EFIT.jl.git denied to bclyons12.
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
The latest version of EFIT.jl can't read some gEQDSK files that the old version did. For example: g163303.03170_fix.zip
I get the following output:
This appears to be caused by the fact that this file is missing some of the extra data that is read, and it has multiple new lines at the end. It appears common to files produced by CHEASE. The extra new line causes it not to report
eof(f)=true
so it tries to read a token in the following lines and fails:EFIT.jl/src/io.jl
Lines 195 to 199 in d63c58c
I'm not sure the best fix for this. Maybe a try-catch?
The text was updated successfully, but these errors were encountered: