Skip to content

Minor fixes to help texts for Chebfun overloads of built-in ODE solvers. #112

Minor fixes to help texts for Chebfun overloads of built-in ODE solvers.

Minor fixes to help texts for Chebfun overloads of built-in ODE solvers. #112

Workflow file for this run

name: chebfun Tests
on: [push]
jobs:
chebfun-test:
name: Run chebfun tests
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v2
- name: Install MATLAB
uses: matlab-actions/setup-matlab@v0
- name: Run commands
uses: matlab-actions/run-command@v0
with:
command: addpath('.'); results = chebtest; assert(all([results{:,3}] > 0))