Skip to content

Bug: Minus operator in expressions #16

Description

@fabriciocravo

When writing:

 A + T >> 2*A + T [lambda a, t: -a + b*t]

The neg operator was not implemented for MobsPY expressions. So it results in a bug.

Using:

 A + T >> 2*A + T [lambda a, t: b*t - a]

Is a temporary solution, but the neg operator needs to be added to MobsPy expressions to fix this

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions