Changes between Version 2 and Version 3 of Ticket #31658
- Timestamp:
- 04/11/21 20:22:15 (15 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #31658
-
Property
Status
changed from
new
toneeds_review
-
Property
Status
changed from
-
Ticket #31658 – Description
v2 v3 10 10 }}} 11 11 12 where `resu.set_name(name=name, latex_name=latex_name)` loops over all restrictions again. Th is can be reduced to just one loop by passing `name` and `latex_name` to the restriction's copy-method.12 where `resu.set_name(name=name, latex_name=latex_name)` loops over all restrictions again. These two loops can be reduced to just one loop by passing `name` and `latex_name` to the restriction's copy-method.