Implement all operators
at least - missing
see https://github.com/OpenMS/OpenMS/issues/5914
@jpfeuffer how difficult would this be? Could this be an entry level task for new devs?
Without further checking, it should be copying two lines and write a test.
Perfect let’s use that for GSoC?
If someone does it, yes. But I would not wait forever.
yeah basically as qualification task
probably needs to be added here: https://github.com/OpenMS/autowrap/blob/8645068034085f761f8e7ea1e65f79223fd49cf3/autowrap/CodeGenerator.py#L673-L700
Starting work on this!
I will add the '-' operator as a start
@satvik-tha-god can add more operators like '-=' and '*=' your views @jpfeuffer
Hey I made a PR for adding % and %= for this issue here. If the PR looks good to y'all, I think this issue can probably get closed out. lmk what y'all think!