Kevin Chern

Results 9 comments of Kevin Chern

> relabeling of the graph. there's a slight problem with this approach (pointed out to me by @boothby), because the variable names are changed but the node list order is...

Similar errors can be reproduced as follows (assuming CLI already set up) ``` mkdir test; cd test git clone [email protected]:ubc-stat-ml/blangDemos.git git clone [email protected]:ubc-stat-ml/blangExample.git blang --help ``` I think a simple...

we will send a pull request soon :)!

Ah, sorry! Forgot to include steps for reproducing error. [06ac317 -- BrokenSV.bl : 25](https://github.com/Blang2018/blangExample/blob/06ac3178c695f4c886d9d24ef6e3377b904e58fc/src/main/java/blang/students/models/BrokenSV.bl#L25) specifically `exp(v*4)` parameter of `Normal( . )`

@alexandrebouchard this is reproducible in https://github.com/UBC-Stat-ML/blangSDK/commit/be3bbce11d5c5e780ab3c779f40409b6b704d790 https://github.com/UBC-Stat-ML/blangSDK/commit/eeaba3aa493c03b170acc86a40fba6de533f6d07#diff-a82ae04972228cc12ea17d6dd56e1c22R127 commenting out `--no-daemon` argument actually fixed this issue. I am having trouble seeing why using the [daemon](https://docs.gradle.org/current/userguide/gradle_daemon.html) would fix it, is it worth...

Yep! I tried eeaba3a with `--no-daemon` added back in, and it is throwing the same error again. Updated comment regarding hello.bl: it was in the same root directory, but I...

Sorry for the mixup, the actual tests were with the correct names (`fasta`) I invited you to a github repo for reproducing the error; this error was replicated in a...

I setup after checking out the commit, and ran the blang binary via absolute path to check. Let's go over it in the meeting today.