-
Notifications
You must be signed in to change notification settings - Fork 189
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
error finding wignerTrafoAdjointmex #2268
Comments
Same issue with mtex-6.0.0. I needed to compile the mex files for the function to be findable. I'm on apple silicon. Dan |
Hi Vedad, thank you for pointing this out. I have no idea, where this bug originates from. Ralf |
Hi Dan, |
Hello! any follow up on this? Like Dan, I have that version and environment. |
Hi everyone, |
Hi maguag, |
Hi Ralf, |
Thank you! This helped! (mtex-6.0.0, MacBook Pro 2017 Intel i7) |
Ideally, the compiled binaries would be done with Apple code signing. Currently, every binary that ships with MTEX needs to be approved during installation. This leads to having to install MTEX several times to get the permissions correct and tests to complete. Dan |
Hi Dan, |
update on this: I used this fix on windows 10 with R2023a as wel. |
Hi Ralf et al., I had the same issue as djm87 and maguag, and solved it by using the magaug's binery zip file. The Mtex 6.0 works now on my Mac (M2), apart from plottingConvention. It keeps plotting the default and doesn't follow the changes when made. I used the old control (I prefer it and it works on my PC) ebsd.plottingConvention.east= vector3d.X; and not the how2plot = plottingConvention(zvector,xvector); - this one also didn't work if I would make changes. Is it a bug, or am I doing something wrong. Many thanks! Zoja |
What do you want to do?
Evaluate ODF
What code do you use?
Please provide minimalist code with code in the following form
odf = calcDensity(ebsd.orientations);
ori = orientation.byMiller([0 0 1],[0 0 1], ebsd.CS);
odf.eval(ori)
Error Message
Unrecognized function or variable 'wignerTrafomex'.
Error in SO3FunHarmonic/wignerTrafo (line 61)
ghat = wignerTrafomex(N,SO3F.fhat,flags,sym);
What MTEX version do you use?
6.0.beta3
A workaround is to rename all wignerTrafo-functions such that trailing "mex" is removed.
The text was updated successfully, but these errors were encountered: