Feras Saad
Feras Saad
Interrupting a `SIMULATE` query using `ctrl+c` causes an `IOError: [Errno 32] Broken pipe`, presumably due to the cached server breaking as a result of the interrupt. The `IOError` can be...
Update `ALTER GENERATOR` to make dynamic changes to the learned generator and CGPM network, i.e. handle the following case: ``` ALTER GENERATOR OVERRIDE GENERATIVE MODEL FOR GIVEN ...; ALTER GENERATOR...
Loom is unhappy to receive an integer 0 or 1 for a boolean data type in the `score` method. This diff summarizes the issue: https://github.com/probcomp/bayeslite/compare/0ef41388771b...f73b9306e544 Related #614
Otherwise the user will be running `./check.sh` against the source file and not the built version in `build/`. Using the source file instead of the build directory will result in...
The phrase ``` alter generator g0 ensure variables dependent; ``` will currently fail unless `` is `*`, since earlier implementations of the CrossCat inference algorithm with (in)dependence constraints failed to...
As it stands, Loom analysis is quite verbose. It reads the environment flag LOOM_VERBOSITY. Note that this flag needs to be set before import `LoomMetamodel` for the first time, so...
Might be the markdown engine at pypi? Either way [here is our page](https://pypi.python.org/pypi/bayeslite) with unrendered markdown and [here is another project](https://pypi.python.org/pypi/pytest-cov).
Download the file: [`t1.csv`](http://probcomp-1.csail.mit.edu/8RsWuf4glo4Wl-cwUZqQtq/t1.csv), where the offending character is in the last column of the last line. ``` probcomp-1:/scratch/fsaad/sandbox/preproc% cat t1.csv tag,version,custom,abstract,datatype,iord,crdr,tlabel RedeemableCommonStockMember,0001654954-17-000551,1,0,member,D,,Redeemable Common Stock RedeemableCommonStockValue,0001654954-17-000551,1,0,monetary,I,C,"Common stock subject to possible...
Sometimes the error check from this code is ignored, and a JSON error "expected string or buffer" is returned, rather than an error about no initialized models. https://github.com/probcomp/bayeslite/blob/master/src/metamodels/cgpm_metamodel.py#L1050-L1065
[test_bql.py](https://github.com/probcomp/bayeslite/blob/master/tests/test_bql.py) is over 2500 lines of tests, its purpose is to test the BQL -> SQL compiler. The content of the tests themselves is fine, but the string comparison pattern...