Changes between Initial Version and Version 1 of Ticket #30289, comment 2
- Timestamp:
- 08/05/20 07:36:01 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #30289, comment 2
initial v1 31 31 }}} 32 32 33 Imho, this try-except block should be removed and replaced by another solution since it can mask bugs like these.33 Imho, this try-except block should be removed and replaced by another solution (or at least restricted to a smaller snippet of code) since it can mask bugs like these. 34 34 35 35 Furthermore, I just noticed that picewise defined continuous maps (not quite the unusal case) could not be displayed properly (cf. #28554 for scalar fields).