Skip to content

Add wind pressure calculation to MCMC, and modify the calculation methods for relative wind speed and direction. #10

Add wind pressure calculation to MCMC, and modify the calculation methods for relative wind speed and direction.

Add wind pressure calculation to MCMC, and modify the calculation methods for relative wind speed and direction. #10

Workflow file for this run

name: Run tests
on:
push:
branches:
- main
pull_request:
branches:
- main
- dev
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
julia-version: ['1']
julia-arch: [x64]
os: [ubuntu-latest]
steps:
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@v1.9.2
with:
version: ${{ matrix.julia-version }}
arch: ${{ matrix.julia-arch }}
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-runtest@v1
with:
annotate: true