Skip to content

Commit

Permalink
Support more dates and more targets for comparison with jplephem
Browse files Browse the repository at this point in the history
  • Loading branch information
rhannequin committed Jan 4, 2025
1 parent 74e31d1 commit 64ef8ea
Show file tree
Hide file tree
Showing 88 changed files with 731,650 additions and 36,556 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Validate accuracy (de405/1900/1)
name: Validate accuracy (de405/2000-2050/1)

on:
push:
Expand All @@ -24,5 +24,5 @@ jobs:
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- name: Validate accuracy with kernel de405 from 1900 for target 1
run: bundle exec rake validate_accuracy date=1900 kernel=de405 target=1
- name: Validate accuracy with kernel de405 from 2000 to 2050 for target 1
run: bundle exec rake validate_accuracy date=2000 kernel=de405 target=1
28 changes: 28 additions & 0 deletions .github/workflows/accuracy_de405_2000_10.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
name: Validate accuracy (de405/2000-2050/10)

on:
push:
branches:
- main
pull_request:
branches:
- main

jobs:
build:
runs-on: ubuntu-latest
name: Ruby ${{ matrix.ruby }}
strategy:
matrix:
ruby:
- 3.4.1

steps:
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- name: Validate accuracy with kernel de405 from 2000 to 2050 for target 10
run: bundle exec rake validate_accuracy date=2000 kernel=de405 target=10
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Validate accuracy (de405/1950/1)
name: Validate accuracy (de405/2000-2050/2)

on:
push:
Expand All @@ -24,5 +24,5 @@ jobs:
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- name: Validate accuracy with kernel de405 from 1950 for target 1
run: bundle exec rake validate_accuracy date=1950 kernel=de405 target=1
- name: Validate accuracy with kernel de405 from 2000 to 2050 for target 2
run: bundle exec rake validate_accuracy date=2000 kernel=de405 target=2
28 changes: 28 additions & 0 deletions .github/workflows/accuracy_de405_2000_3.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
name: Validate accuracy (de405/2000-2050/3)

on:
push:
branches:
- main
pull_request:
branches:
- main

jobs:
build:
runs-on: ubuntu-latest
name: Ruby ${{ matrix.ruby }}
strategy:
matrix:
ruby:
- 3.4.1

steps:
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- name: Validate accuracy with kernel de405 from 2000 to 2050 for target 3
run: bundle exec rake validate_accuracy date=2000 kernel=de405 target=3
28 changes: 28 additions & 0 deletions .github/workflows/accuracy_de405_2000_4.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
name: Validate accuracy (de405/2000-2050/4)

on:
push:
branches:
- main
pull_request:
branches:
- main

jobs:
build:
runs-on: ubuntu-latest
name: Ruby ${{ matrix.ruby }}
strategy:
matrix:
ruby:
- 3.4.1

steps:
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- name: Validate accuracy with kernel de405 from 2000 to 2050 for target 4
run: bundle exec rake validate_accuracy date=2000 kernel=de405 target=4
28 changes: 28 additions & 0 deletions .github/workflows/accuracy_de405_2000_5.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
name: Validate accuracy (de405/2000-2050/5)

on:
push:
branches:
- main
pull_request:
branches:
- main

jobs:
build:
runs-on: ubuntu-latest
name: Ruby ${{ matrix.ruby }}
strategy:
matrix:
ruby:
- 3.4.1

steps:
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- name: Validate accuracy with kernel de405 from 2000 to 2050 for target 5
run: bundle exec rake validate_accuracy date=2000 kernel=de405 target=5
28 changes: 28 additions & 0 deletions .github/workflows/accuracy_de405_2000_6.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
name: Validate accuracy (de405/2000-2050/6)

on:
push:
branches:
- main
pull_request:
branches:
- main

jobs:
build:
runs-on: ubuntu-latest
name: Ruby ${{ matrix.ruby }}
strategy:
matrix:
ruby:
- 3.4.1

steps:
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- name: Validate accuracy with kernel de405 from 2000 to 2050 for target 6
run: bundle exec rake validate_accuracy date=2000 kernel=de405 target=6
28 changes: 28 additions & 0 deletions .github/workflows/accuracy_de405_2000_7.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
name: Validate accuracy (de405/2000-2050/7)

on:
push:
branches:
- main
pull_request:
branches:
- main

jobs:
build:
runs-on: ubuntu-latest
name: Ruby ${{ matrix.ruby }}
strategy:
matrix:
ruby:
- 3.4.1

steps:
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- name: Validate accuracy with kernel de405 from 2000 to 2050 for target 7
run: bundle exec rake validate_accuracy date=2000 kernel=de405 target=7
28 changes: 28 additions & 0 deletions .github/workflows/accuracy_de405_2000_8.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
name: Validate accuracy (de405/2000-2050/8)

on:
push:
branches:
- main
pull_request:
branches:
- main

jobs:
build:
runs-on: ubuntu-latest
name: Ruby ${{ matrix.ruby }}
strategy:
matrix:
ruby:
- 3.4.1

steps:
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- name: Validate accuracy with kernel de405 from 2000 to 2050 for target 8
run: bundle exec rake validate_accuracy date=2000 kernel=de405 target=8
28 changes: 28 additions & 0 deletions .github/workflows/accuracy_de405_2000_9.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
name: Validate accuracy (de405/2000-2050/9)

on:
push:
branches:
- main
pull_request:
branches:
- main

jobs:
build:
runs-on: ubuntu-latest
name: Ruby ${{ matrix.ruby }}
strategy:
matrix:
ruby:
- 3.4.1

steps:
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- name: Validate accuracy with kernel de405 from 2000 to 2050 for target 9
run: bundle exec rake validate_accuracy date=2000 kernel=de405 target=9
28 changes: 28 additions & 0 deletions .github/workflows/accuracy_de421_2000_1.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
name: Validate accuracy (de421/2000-2050/1)

on:
push:
branches:
- main
pull_request:
branches:
- main

jobs:
build:
runs-on: ubuntu-latest
name: Ruby ${{ matrix.ruby }}
strategy:
matrix:
ruby:
- 3.4.1

steps:
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- name: Validate accuracy with kernel de421 from 2000 to 2050 for target 1
run: bundle exec rake validate_accuracy date=2000 kernel=de421 target=1
28 changes: 28 additions & 0 deletions .github/workflows/accuracy_de421_2000_10.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
name: Validate accuracy (de421/2000-2050/10)

on:
push:
branches:
- main
pull_request:
branches:
- main

jobs:
build:
runs-on: ubuntu-latest
name: Ruby ${{ matrix.ruby }}
strategy:
matrix:
ruby:
- 3.4.1

steps:
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- name: Validate accuracy with kernel de421 from 2000 to 2050 for target 10
run: bundle exec rake validate_accuracy date=2000 kernel=de421 target=10
28 changes: 28 additions & 0 deletions .github/workflows/accuracy_de421_2000_2.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
name: Validate accuracy (de421/2000-2050/2)

on:
push:
branches:
- main
pull_request:
branches:
- main

jobs:
build:
runs-on: ubuntu-latest
name: Ruby ${{ matrix.ruby }}
strategy:
matrix:
ruby:
- 3.4.1

steps:
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- name: Validate accuracy with kernel de421 from 2000 to 2050 for target 2
run: bundle exec rake validate_accuracy date=2000 kernel=de421 target=2
28 changes: 28 additions & 0 deletions .github/workflows/accuracy_de421_2000_3.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
name: Validate accuracy (de421/2000-2050/3)

on:
push:
branches:
- main
pull_request:
branches:
- main

jobs:
build:
runs-on: ubuntu-latest
name: Ruby ${{ matrix.ruby }}
strategy:
matrix:
ruby:
- 3.4.1

steps:
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- name: Validate accuracy with kernel de421 from 2000 to 2050 for target 3
run: bundle exec rake validate_accuracy date=2000 kernel=de421 target=3
Loading

0 comments on commit 64ef8ea

Please sign in to comment.