We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cca796 commit f66be05Copy full SHA for f66be05
.github/workflows/run-tests-reusable.yml
@@ -27,7 +27,7 @@ jobs:
27
matrix:
28
folder: ${{ fromJSON(inputs.folder) }}
29
os: [ubuntu-latest, windows-latest]
30
- release: [R2024b]
+ release: [R2020b, R2024b]
31
include: ${{ fromJSON(inputs.include) }}
32
exclude:
33
- os: ubuntu-latest
Free_Decay/1m/wecSimInputFile.m
@@ -9,7 +9,7 @@
9
%% Wave Information
10
% Regular Waves
11
waves = waveClass('noWaveCIC');
12
-
+
13
%% Body Data
14
% Float
15
body(1) = bodyClass('../../_Common_Input_Files/Sphere/hydroData/sphere.h5');
0 commit comments