Changes between Initial Version and Version 1 of Ticket #95
- Timestamp:
- 12/14/06 11:50:43 (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #95 – Description
initial v1 3 3 4 4 The following is the code snippet causing the error: 5 5 {{{ 6 6 # Auto - baseline IF = 1, POL = 1 7 7 sc_quo.set_unit('channel') … … 42 42 43 43 TypeError: No registered converter was able to produce a C++ rvalue of type bool from this Python object of type boolscalar 44 }}} 44 45 45