Anja Kefala

Results 33 issues of Anja Kefala

``` !literal>feigenbaum 4.66920 !!python from aipl import defop from aipl.table import Table @defop('test', 1.5, 0.5) def testtest(aipl, t:Table) -> str: return dict(theanswer='42') !test !format {feigenbaum} # AIPL Error (line 11...

bug

> Since it seems like `poetry` cannot get [what it needs from a standard `setup.py`](https://stackoverflow.com/questions/72770213/install-a-python-repo-from-setup-py-in-poetry), I will try to adapt and see if I can de-duplicate and put as much...

enhancement

Reductions replace the top-level table. Example code: ``` !literal>feigenbaum 4.66920 !!python from aipl import defop from aipl.table import Table @defop('test', 1.5, 0) def testtest(aipl, t:Table) -> str: return '42' !test...

bug