issues
search
daphne-eu
/
daphne
DAPHNE: An Open and Extensible System Infrastructure for Integrated Data Analysis Pipelines
Apache License 2.0
67
stars
62
forks
source link
[DAPHNE-#775] Support for unary minus in DaphneLib
#792
Closed
ldirry
closed
3 months ago
ldirry
commented
4 months ago
This code implements issue #775 .
DaphneDSL recently supported the additive inverse operator, but DaphneLib didn't support it yet.
Python has the
neg
method to override the additive inverse operator
Added script-level test cases
This code implements issue #775 .