-
Notifications
You must be signed in to change notification settings - Fork 8
Description
Describe the bug
I cloned a clean VTS copy and selected the master branch updated on Oct 2, 2024. When I used ./BuildTestReleaseMATLAB, the MATLAB release generation was stopped after opening the MATLAB. The MATLAB error was
Running unit tests for Monte Carlo simulations...
Unable to resolve the name 'Vts.MonteCarlo.Detectors.ROfRhoDetectorInput'.
Error in DetectorInput.ROfRho (line 175)
sampleInput = Vts.MonteCarlo.Detectors.ROfRhoDetectorInput;
Error in mc_tests (line 5)
si = SimulationInput();
Error in vts_tests (line 10)
mc_tests();
However, when I checked an earlier date (Sep 17,2024 Merge pull request #171...), I was able to generate a MATLAB release without any problems.
Application (MCCL, MATLAB or VTS code):
MATLAB
To Reproduce
Steps to reproduce the behavior:
- Clone the VTS
- In the VTS folder select the file BuildTestReleaseMATLAB.ps1
- Right-click and select Run with PowerShell
- See error
Expected behavior
The MATLAB tests should run and a zip file is created