Hi folks. I am new to webppl and trying to get the webppl-csv package to work.
I wrote a simple test file that generates a data table and outputs it using the command
csv.write(d, 'test/test-file-copy.csv');
I ran the file using the command
webppl h22_code.txt --require webppl-csv
(h22_code.txt is the name of the test file)
I get the following error message, and I have no idea what this means.
Any advice or suggestions would be greatly appreciated, thanks!
-Isaac
/usr/local/lib/node_modules/webppl/webppl:47
throw error;
^
exception: Unable to serialize unrecognized input
(Use `node --trace-uncaught ...` to show where the exception was thrown)