dromaiidae

Results 6 issues of dromaiidae

Boolean operator overrides are parsed incorrectly; currently you have to explicitly construct an And object to use it Here's an example unittest to see this ``` def test_bool_override(self): from teg.lang.integrable_program...

enhancement

This could be slightly confusing to a new user TegVars currently are for variables that are integrated in a Teg expression at some point; Vars are for all other variables...

enhancement
usability

This might be nice for papers/demos/new users

enhancement

Quick temp shim to get c eval to differentiate between '

Future research direction in extending IfElse conditionals past affine expressions e.g. division, polynomials, piecewise affine, general black box functions

research

Currently the language ignores delta functions that come from derivatives that are not being pushed into an integral; possibly warn the user? Alternatively, a research direction is to make deltas...

documentation
research