A small issue regarding noiseXarray
See original GitHub issue>>> n=simplex.noise3array(x=10, y=10, z=10)
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "C:\Python39\lib\site-packages\opensimplex\opensimplex.py", line 34, in noise3array
return _noise3a(x, y, z, self._perm, self._perm_grad_index3)
File "C:\Python39\lib\site-packages\opensimplex\opensimplex.py", line 111, in _noise3a
noise = np.zeros(x.size, dtype=np.double)
AttributeError: 'int' object has no attribute 'size'
Perhaps a different attribute needs to be used?
Issue Analytics
- State:
- Created 2 years ago
- Comments:15 (7 by maintainers)
Top Results From Across the Web
Exploiting noise in array CGH data to improve detection of ...
A fundamental question is whether noise in array-CGH is indeed Gaussian, and if not, can one exploit the characteristics of noise to develop...
Read more >Narrow sidebranch arrays for low frequency duct noise control
The present study investigates the sound transmission loss across a section of an infinitely long duct where one or more narrow sidebranch tubes...
Read more >Experimental Results for the Sensitivity of a Low Noise ... - arXiv
performance has been recently shown for a smaller array in. [24], but only measured data for single channel receiver noise temperatures are presented...
Read more >The Application of a Linear Microphone Array in the ... - MDPI
This paper concerns the application of a linear microphone array in the quantitative evaluation of blade trailing-edge (TE) noise reduction.
Read more >Ocean acoustic noise and passive coherent array processing
For example, the two dashed lines in Fig. 5a show the coherent contribution from the surface-noise sources that travel through both of the...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Unfortunately, I have exams starting next week as well. I think I tried with the old method (by directly calling OpenSimplex.Function) which gave me the same result, but I’ll give it another shot.
-------- Original Message -------- On Jan 7, 2022, 08:47, Alex wrote:
Hmm I think I’ll close this due to updated docs and going off topic. Haven’t had any other demands of pytorch so I won’t be doing any work with that for now, but feel free to open a new issue for supporting pytorch or reopen this one if you have further comments about the original issue.