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
It looks like there is an idea to default to precompiled MTEX scripts, but only some of them have been implemented, and only for Windows. That PR has unchecked check boxes for "Compile all scripts" and "Document environment definition examples for each OS"
As such the current workflows don't run on Linux/CSF3. I have made a workaround from reading the comments, which is to add to the inputs list execution_mode: script.
I'm using MatFlow 0.3.0a226 and MTEX 6.0.0
Edit - this looks to be working with the matflow version above. Perhaps I got confused when testing the older matflow version. While exploring this, the task visualise_orientations_pole_figure_mtex fails consistently when run after the task sample_texture_from_model_ODF_mtex i.e. the workflow sample_texture_model_ODF. I haven't worked out when it started to fail - I would have thought that I would have noticed this when developing the CIPER PR #392 if it wasn't working at that point. Anyway, it works in the following workflows
sample_orientations_CTF_file
sample_texture_random
sample_texture_CRC_file
sample_texture_ODF_mat
Default to execution_mode: script until the precompiled code has been both implemented and documented
Fix visualisation task/sample texture from model ODF task. Could it be that MTEX 6.0.0 has a bug here?
It looks like there is an idea to default to precompiled MTEX scripts, but only some of them have been implemented, and only for Windows. That PR has unchecked check boxes for "Compile all scripts" and "Document environment definition examples for each OS"
As such the current workflows don't run on Linux/CSF3. I have made a workaround from reading the comments, which is to add to the inputs list
execution_mode: script.I'm using MatFlow 0.3.0a226 and MTEX 6.0.0
Edit - this looks to be working with the matflow version above. Perhaps I got confused when testing the older matflow version.
While exploring this, the taskvisualise_orientations_pole_figure_mtexfails consistently when run after the tasksample_texture_from_model_ODF_mtexi.e. the workflowsample_texture_model_ODF. I haven't worked out when it started to fail - I would have thought that I would have noticed this when developing the CIPER PR #392 if it wasn't working at that point. Anyway, it works in the following workflowssample_orientations_CTF_filesample_texture_randomsample_texture_CRC_filesample_texture_ODF_matDefault to
execution_mode: scriptuntil the precompiled code has been both implemented and documentedFix visualisation task/sample texture from model ODF task. Could it be that MTEX 6.0.0 has a bug here?