gpt
gpt copied to clipboard
Fix `ot` handling in lattice `+` composition
Fixes #146
Implement new ot handling in lattice + composition.
- Add addition lookup table to
ot_baseinlib/gpt/core/object_type/base.py. - Implement automatic embedding for
complextoot_singletlattice inlib/gpt/core/object_type/base.py. - Add explicit casting functions for explicit embedding/projection in
lib/gpt/core/object_type/base.py. - Add unit tests for new
othandling in lattice+composition intests/core/expr.py.