dromaiidae
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...
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...
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
Warn users when taking a derivative of a discontinous function outside the context of an integral?
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...