Comments

Flat
Invalid Escape Sequence
User: resstymanuzon
Date: 10/11/2018 1:53 am
Views: 2202
Rating: 0

Hello!

While running "trainAM.jl" I keep getting an "invalid escape sequence" error originating from line 22-26 of "trainAM.jl". After moving all the dependent files of trainAM.jl to the 'howto" directory I encountered the same errors originating from the inside of the dependent files such as "prompts2wlist.jl" line 23:

write(mlf,"\#\!MLF\!\#\n")

I'm trying to understand the Julia code but I'm having a really hard time trying to troubleshoot this myself. Could you please help me? Thank you :)

Re: Invalid Escape Sequence
User: kmaclean
Date: 10/15/2018 7:50 pm
Views: 2
Rating: 0

>"invalid escape sequence" error originating from line 22-26 of "trainAM.jl".

I've updates the Julia scripts to use most current version of Julia (v1.0)

updates are on github

Next