Mathew Topper

Results 13 issues of Mathew Topper

Hi, I am getting sporadic failures running conda with the setup-miniconda action on Windows runners. The installation step goes OK, but when I call `conda info`, to verify the installation,...

Hi, I've been trying to get MATLAB's 'OutOfProcess' Python support to work on a Windows runner, but I've encountered an issue that I can't get past. This is my workflow:...

This PR changes the target for [sphinxcontrib-matlabdomain](https://github.com/sphinx-contrib/matlabdomain) to [the upstream master](https://github.com/sphinx-contrib/matlabdomain) in the [`docs` workflow](https://github.com/WEC-Sim/WEC-Sim/blob/master/.github/workflows/docs.yml). This is a temporary change until the updates are released. Fixes #941

This PR adds some new tests to check whether the versions of any SLX files stored in the repository exceed R2020b. Having these tests will make sure that incompatible versions...

Tests/CI
Library

**Describe the bug** There is a CI failure for the desalination application case e.g. [here](https://github.com/WEC-Sim/WEC-Sim_Applications/actions/runs/2707787456). **WEC-Sim file(s)** Seems to be related to [this line](https://github.com/WEC-Sim/WEC-Sim/blob/fceb0a8318465b1b0bcdf02d9b13b3b5ae9bc22a/source/functions/postProcessWecSim.m#L7) in `postProcessWecSim.m`. I guess the global...

Bug
WEC-Sim Application
Tests/CI

**Describe the bug** #904 introduced a bug into the API documentation for the `WaveClass` where the list of properties stop after `elevationFile`. **WEC-Sim file(s)** `\source\objects\waveClass.m` **To Reproduce** Compare [master](https://wec-sim.github.io/WEC-Sim/master/user/api.html#wave-class) to...

Following an offline (ish) disussion with @akeeste, I would like to make some proposals for improvements to the WEC-Sim testing processes. The ultimate goal of these changes would be as...

Tests/CI

**Project** WEC-Sim **Describe the issue** [Matlab-actions](https://github.com/matlab-actions/overview) doesn't yet support Windows installations of MATLAB, but they are working on it according to [this issue](https://github.com/matlab-actions/setup-matlab/issues/18). This issue is for tracking support for...

Tests/CI

**Project** WEC-Sim **Describe the issue** The latest version of [sphinx_rtd_theme](https://github.com/readthedocs/sphinx_rtd_theme) does not seem to be working properly, so I had to pin the version we use to less than version...

Documentation

This PR changes how set-cookies headers with multiple values are returned. Previously, the code looks for Array types in the headers property, but multiple values are actually stored as a...