Changes between Initial Version and Version 1 of Ticket #30208, comment 24
- Timestamp:
- 08/04/20 20:22:32 (23 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #30208, comment 24
initial v1 4 4 5 5 I suggest, we remove the `__setitem__` method again, and encourage the use of `set_connection_form(i, j).copy_from(omega)` instead. If that meets with your approval, I will open a ticket for that and apply the same changes for mixed differential forms. 6 7 **Addendum:** Seems it's fine. Even some classes in the Python library admits that behavior. I just improved the documentation regarding that in one of the subsequent tickets.