Describe the bug
When using matlab 2025 without the GUI (I have not tried using the GUI version), line 970 in osp.plotModule.m errors due to matlab updates in how print and saveas works. This error kills the program.
To Reproduce
Run as you previously would without the GUI in prior matlab versions (i.e., MRSCont = OspreyJob(jobFilePath,0,'11'); MRSCont = OspreyLoad(MRSCont); MRSCont = OspreyProcess(MRSCont);). The error will display in the log file and osprey will terminate early at the OspreyProcess step.
Expected behavior
Generate pdfs in OspreyProcess output folder.
Computer configuration (please complete the following information):
- OS: Ubuntu
- Version v2.9.0
- MATLAB version 2025b
Describe the bug
When using matlab 2025 without the GUI (I have not tried using the GUI version), line 970 in osp.plotModule.m errors due to matlab updates in how print and saveas works. This error kills the program.
To Reproduce
Run as you previously would without the GUI in prior matlab versions (i.e., MRSCont = OspreyJob(jobFilePath,0,'11'); MRSCont = OspreyLoad(MRSCont); MRSCont = OspreyProcess(MRSCont);). The error will display in the log file and osprey will terminate early at the OspreyProcess step.
Expected behavior
Generate pdfs in OspreyProcess output folder.
Computer configuration (please complete the following information):