Skip to content

Commit

Permalink
Merge pull request #1289 from gnu-octave/bump_actions
Browse files Browse the repository at this point in the history
Bump actions, and more doctests
  • Loading branch information
cbm755 authored Jan 29, 2024
2 parents abe0482 + 5b19036 commit ae8e324
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 24 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
runs-on: ubuntu-latest
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Run a one-line script
run: echo Hello, world!
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
- octave: 8.3.0
sympy: 1.12
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Container setup
env:
OCT: ${{ matrix.octave }}
Expand Down Expand Up @@ -132,7 +132,7 @@ jobs:
octave: [8.4.0]
sympy: [1.12]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Container setup
env:
OCT: ${{ matrix.octave }}
Expand Down Expand Up @@ -182,7 +182,7 @@ jobs:
octave: [8.4.0]
sympy: [1.12]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Container setup
env:
OCT: ${{ matrix.octave }}
Expand Down Expand Up @@ -227,7 +227,7 @@ jobs:
ubuntu2204_ootb:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install Octave, Python and SymPy
run: |
uname -a
Expand Down Expand Up @@ -309,7 +309,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install packages from MSYS2
uses: msys2/setup-msys2@v2
Expand Down
8 changes: 4 additions & 4 deletions inst/@sym/ellipticF.m
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
%% Copyright (C) 2016-2017 Lagu
%% Copyright (C) 2017, 2022 Colin B. Macdonald
%% Copyright (C) 2017, 2022, 2024 Colin B. Macdonald
%%
%% This file is part of OctSymPy.
%%
Expand Down Expand Up @@ -32,15 +32,15 @@
%% @end group
%%
%% @group
%% rewrite (ans, 'Integral') % doctest: +SKIP
%% rewrite (ans, 'Integral')
%% @result{} ans = (sym)
%% φ
%%
%% ⎮ 1
%% ⎮ ────────────────────
%% ⎮ ──────────────────── dt
%% ⎮ _________________
%% ⎮ ╱ 2
%% ⎮ ╲╱ - m⋅sin (α) + 1
%% ⎮ ╲╱ - m⋅sin (t) + 1
%%
%% 0
%% @end group
Expand Down
14 changes: 7 additions & 7 deletions inst/@sym/ellipticK.m
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
%% Copyright (C) 2016-2017 Lagu
%% Copyright (C) 2017, 2019, 2022 Colin B. Macdonald
%% Copyright (C) 2017, 2019, 2022, 2024 Colin B. Macdonald
%%
%% This file is part of OctSymPy.
%%
Expand Down Expand Up @@ -32,17 +32,17 @@
%% @end group
%%
%% @group
%% rewrite (ans, 'Integral') % doctest: +SKIP
%% rewrite (ans, 'Integral')
%% @result{} ans = (sym)
%% π
%%
%% 2
%%
%% ⎮ 1
%% ⎮ ──────────────────
%% _______________
%% ⎮ ╱ 2
%% ⎮ ╲╱ 1 - m⋅sin (α)
%% 1
%% ⎮ ──────────────────── dt
%% _________________
%% ⎮ ╱ 2
%% ⎮ ╲╱ - m⋅sin (t) + 1
%%
%% 0
%% @end group
Expand Down
14 changes: 7 additions & 7 deletions inst/@sym/ellipticPi.m
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
%% Copyright (C) 2016-2017 Lagu
%% Copyright (C) 2017, 2022 Colin B. Macdonald
%% Copyright (C) 2017, 2022, 2024 Colin B. Macdonald
%%
%% This file is part of OctSymPy.
%%
Expand Down Expand Up @@ -33,15 +33,15 @@
%% @end group
%%
%% @group
%% rewrite (ans, 'Integral') % doctest: +SKIP
%% rewrite (ans, 'Integral')
%% @result{} ans = (sym)
%% φ
%%
%% ⎮ 1
%% ⎮ ──────────────────────────────────────
%% ⎮ ────────────────────────────────────── dt
%% ⎮ _________________
%% ⎮ ╱ 2 ⎛ 2 ⎞
%% ⎮ ╲╱ - m⋅sin (α) + 1 ⋅⎝- ν⋅sin (α) + 1⎠
%% ⎮ ╲╱ - m⋅sin (t) + 1 ⋅⎝- ν⋅sin (t) + 1⎠
%%
%% 0
%% @end group
Expand All @@ -56,17 +56,17 @@
%% @end group
%%
%% @group
%% rewrite (ans, 'Integral') % doctest: +SKIP
%% rewrite (ans, 'Integral')
%% @result{} ans = (sym)
%% π
%%
%% 2
%%
%% ⎮ 1
%% ⎮ ──────────────────────────────────────
%% ⎮ ────────────────────────────────────── dt
%% ⎮ _________________
%% ⎮ ╱ 2 ⎛ 2 ⎞
%% ⎮ ╲╱ - m⋅sin (α) + 1 ⋅⎝- ν⋅sin (α) + 1⎠
%% ⎮ ╲╱ - m⋅sin (t) + 1 ⋅⎝- ν⋅sin (t) + 1⎠
%%
%% 0
%% @end group
Expand Down

0 comments on commit ae8e324

Please sign in to comment.