-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #70 from rahil-makadia/dev
Gaia; time; impact coordinate search
- Loading branch information
Showing
53 changed files
with
1,488 additions
and
1,362 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,22 +7,18 @@ on: | |
|
||
jobs: | ||
sphinx: | ||
runs-on: macos-14 | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout repo | ||
uses: actions/checkout@v4 | ||
- name: Set up Python | ||
uses: actions/setup-python@v5 | ||
with: | ||
python-version: 3.11 | ||
- name: Set up Xcode | ||
uses: maxim-lobanov/[email protected] | ||
with: | ||
xcode-version: '15.1.0' | ||
- name: Install GRSS (including dependencies) | ||
run: | | ||
python3 -m pip install --upgrade pip | ||
brew install pandoc doxygen | ||
sudo apt-get install pandoc doxygen | ||
source initialize.sh | ||
pip3 install . | ||
- name: Build docs | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ jobs: | |
runs-on: ${{ matrix.os }} | ||
strategy: | ||
matrix: | ||
os: [ubuntu-latest, macos-14] | ||
os: [ubuntu-latest] #, macos-latest] | ||
steps: | ||
- name: Checkout repo | ||
uses: actions/checkout@v4 | ||
|
@@ -26,15 +26,15 @@ jobs: | |
with: | ||
python-version: "3.11" | ||
- name: Set up Xcode | ||
if: matrix.os == 'macos-14' | ||
if: matrix.os == 'macos-latest' | ||
uses: maxim-lobanov/[email protected] | ||
with: | ||
xcode-version: '15.1.0' | ||
- name: Install doxygen | ||
if: matrix.os == 'ubuntu-latest' | ||
run: sudo apt-get install doxygen | ||
- name: Install doxygen | ||
if: matrix.os == 'macos-14' | ||
if: matrix.os == 'macos-latest' | ||
run: brew install doxygen | ||
- name: Initialize repository | ||
run: | | ||
|
@@ -55,11 +55,11 @@ jobs: | |
with: | ||
name: dist-ubuntu-latest | ||
path: dist | ||
- name: Download MacOS distribution from previous job | ||
uses: actions/download-artifact@master | ||
with: | ||
name: dist-macos-14 | ||
path: dist | ||
# - name: Download MacOS distribution from previous job | ||
# uses: actions/download-artifact@master | ||
# with: | ||
# name: dist-macos-latest | ||
# path: dist | ||
- name: Show files | ||
run: ls -l dist | ||
- name: Publish to Test PyPI | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,22 +13,18 @@ on: | |
|
||
jobs: | ||
prop-and-fit: | ||
runs-on: macos-14 | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout repo | ||
uses: actions/checkout@v4 | ||
- name: Set up Python | ||
uses: actions/setup-python@v5 | ||
with: | ||
python-version: 3.11 | ||
- name: Set up Xcode | ||
uses: maxim-lobanov/[email protected] | ||
with: | ||
xcode-version: '15.1.0' | ||
- name: Install GRSS (including dependencies) | ||
run: | | ||
python3 -m pip install --upgrade pip | ||
brew install doxygen | ||
sudo apt-get install doxygen | ||
source initialize.sh | ||
pip3 install . | ||
- name: Run tests | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
observe.h | ||
============= | ||
|
||
.. doxygenfile:: observe.h | ||
:project: GRSS | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.