Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some issue with color mapping is preventing show from working correctly #53

Open
Rory-Lambert opened this issue Sep 28, 2017 · 1 comment

Comments

@Rory-Lambert
Copy link

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')

@Rory-Lambert
Copy link
Author

This has actually been identified previously on stackoverflow. The top voted answer sorted the issue for me.
https://stackoverflow.com/questions/34264282/typeerror-ufunc-add-did-not-contain-a-loop

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant