You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to show any GDSfile, even the example provided on the website fails with the following error;
File "C:\Users\me\Anaconda2\lib\site-packages\gdsCAD\core.py", line 105, in _layer_properties
colors += matplotlib.cm.gist_ncar(np.linspace(0.98, 0, 15))
TypeError: ufunc 'add' did not contain a loop with signature matching types dtype('S32') dtype('S32') dtype('S32')
The text was updated successfully, but these errors were encountered:
Trying to show any GDSfile, even the example provided on the website fails with the following error;
File "C:\Users\me\Anaconda2\lib\site-packages\gdsCAD\core.py", line 105, in _layer_properties
colors += matplotlib.cm.gist_ncar(np.linspace(0.98, 0, 15))
TypeError: ufunc 'add' did not contain a loop with signature matching types dtype('S32') dtype('S32') dtype('S32')
The text was updated successfully, but these errors were encountered: