Janne Vanhala
Janne Vanhala
I was able to find a workaround for this. You'll need to: - use JavaScript for the test definition file - copy-paste `angular` function from `@betterer/angular` to your `.betterer.js` file...
Try naming your blueprint differently. It has the same name as Flask-Split's `ab_test` function.
It seems that `var_cr + var_crc` is negative in your case, which causes `sqrt` to raise `ValueError`. I don't know how this is possible since both `var_cr` and `var_crc` should...
The problem seems to be that your control alternative has more completions (31) than participations (3), which leads to `crc` not being between 0 and 1. I guess the reason...
Yes, the module does take care that repeating calls to finish don't inflate the counts.
That seems really strange. Can you post minimal code to reproduce this?
Sure, go ahead!
Thanks! I'll try to review this over the weekend.
Hi Florian, Great to hear from not only a user but a future contributor of Siilo! Yep, LibcloudFile is pretty generic and I agree the temporary file strategy is applicable...