Changes between Initial Version and Version 1 of Ticket #20434, comment 1
- Timestamp:
- 04/14/16 06:24:55 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #20434, comment 1
initial v1 10 10 }}} 11 11 12 outputs 13 14 {{{ 15 False False --> False False 16 True True --> False True 17 }}} 18 19 i.e. `linear_extension=True` is not copied along the data and `facade` argument. 20 12 21 I suppose that this relates to #18776.