Skip to content

Commit

Permalink
Merge pull request #36 from michael-petersen/centring
Browse files Browse the repository at this point in the history
upgrade Fourier methods and cosmological handling
  • Loading branch information
michael-petersen authored Sep 19, 2024
2 parents 189ed0b + 39bafbc commit d05b40e
Show file tree
Hide file tree
Showing 13 changed files with 695 additions and 544 deletions.
27 changes: 27 additions & 0 deletions .github/workflows/continuousintegration.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name: Continuous Integration

on:
- push
- pull_request

jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
python-version: ['3.10', '3.11', '3.12']

steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r test_requirements.txt
# - name: Test with pytest
# run: |
# coverage run -m pytest -v -s
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2016, Michael Petersen
Copyright (c) 2016-2024, Michael Petersen
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
3 changes: 0 additions & 3 deletions MANIFEST.in

This file was deleted.

Loading

0 comments on commit d05b40e

Please sign in to comment.