* Bug: In karakaze/AnalogDesign.readParameters(), when asserting the
type of dspec[0], it can either be a type (for analog devices) or
a Cell object (*not* a type). So the issubclass may fails.
Now check first if dspec[0] is an *instance* of Cell.
This is an anisotropy in the type of the first element of
the devicesSpecs table, but suppress one superfluous parameter.
|
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| __init__.py | ||
| analogdesign.py | ||
| oceane.py | ||