Changes between Initial Version and Version 3 of Ticket #29639
- Timestamp:
- 05/03/20 12:58:02 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #29639
-
Property
Status
changed from
new
toneeds_review
-
Property
Commit
changed from
to
3142781e671de21bf5e242a823fbe8c0a70fb72a
- Property Cc tscrim added
-
Property
Branch
changed from
to
public/manifolds/bug_init_vector_field-29639
-
Property
Status
changed from
-
Ticket #29639 – Description
initial v3 13 13 1/2 d/dx - d/dy 14 14 }}} 15 This is due to `Rational` class having a `__getitem__()` method and `Tensor field._init_component` (introduced in #27581) testing its input by15 This is due to `Rational` class having a `__getitem__()` method and `TensorField._init_components` (introduced in #27581) testing its input by 16 16 {{{ 17 17 if hasattr(comp0, '__getitem__'):