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
Switch to a simpler command in logging command test
The function used to test logging commands actually converges to different
values on different machines. Therefore, it's not the best function to use
in our tests.
Changing the function to something much simpler (like a simple parabola,
allows us to make a more definitive and tractable test.
Classic MATLAB-style arguments to configureLogging
Adding support for classic MATLAB-style argument-passing into configureLogging so that those more comfortable with that functionality can use it that way.