FAQ and known issues - UBC-Stat-ML/blangSDK GitHub Wiki
FAQ
Known issues
DefaultPostProcessor is outputting non-interpretable R error messages.
Problem instance:
Running DefaultPostProcessor.xtend
from a Blang model, e.g., Doomsday.bl
will result in messy output if the file encoding is not set to UTF-8.
Steps to reproduce error:
- Open
DefaultPostProcessor.xtend
in Eclipse - Click "Edit -> Set Encoding", change to something that's not UTF-8.
- Run
Doomsday.bl
with arguments--postProcessor DefaultPostProcessor
Solution:
set DefaultPostProcessor.xtend
's encoding to UTF-8.