Hi Gaurav,
Thanks for sharing the input files. I was able to reproduce the bug and find a workaround. The problem was that the input files contained a hidden
UTF-8 BOM (Byte Order Mark) character, and this caused a failure in our csv parser. The presence of BOM character pertains to the encoding option when the csv file is created. One way to remove this symbol from your files is to use notepad++ software.
1. Open the csv file through notepad++. On the bottom right, it will show "UTF-8-BOM".
2. To change this, in the menubar, press "Encoding"-"UTF-8"
3. Save the file.
I attached examples of the converted files. Hope this will allow you to run EE-UQ.
The PLoM manual is currently missing in EE-UQ documentation. I am sorry about that - this will be updated when we release the new EE-UQ version in the coming week. Meanwhile, please refer to the
quoFEM documentation , which basically has the exact same PLoM module, especially for the "import data file" option.
Best,
Sang-ri