Skip to content

Commit

Permalink
Merge pull request #84 from mraspaud/fix_pil_rounding
Browse files Browse the repository at this point in the history
Closes undefined
  • Loading branch information
djhoese committed Jan 9, 2023
2 parents 7038731 + 3506178 commit 1e530ff
Show file tree
Hide file tree
Showing 9 changed files with 321 additions and 352 deletions.
19 changes: 5 additions & 14 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,16 +33,12 @@ jobs:
with:
fetch-depth: 0

# - name: Set up Python 3.9
# uses: actions/setup-python@v4
# with:
# python-version: 3.9
- name: Setup Conda Environment
uses: conda-incubator/setup-miniconda@v2
with:
miniforge-variant: Mambaforge
miniforge-version: latest
python-version: 3.9
python-version: "3.10"
use-mamba: true
environment-file: continuous_integration/environment.yaml
activate-environment: test-environment
Expand All @@ -66,15 +62,15 @@ jobs:
fail-fast: true
matrix:
os: ["windows-latest", "ubuntu-latest", "macos-latest"]
python-version: ["3.7", "3.9"]
python-version: ["3.8", "3.11"]
experimental: [false]
include:
- python-version: "3.9"
- python-version: "3.11"
os: "ubuntu-latest"
experimental: true

env:
PYTHON_VERSION: ${{ matrix.python-version }}
PYTHON_VERSION: "${{ matrix.python-version }}"
OS: ${{ matrix.os }}
UNSTABLE: ${{ matrix.experimental }}
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
Expand All @@ -83,17 +79,12 @@ jobs:
- name: Checkout source
uses: actions/checkout@v3

# - name: Set up Python ${{ matrix.python-version }}
# uses: actions/setup-python@v4
# with:
# python-version: ${{ matrix.python-version }}

- name: Setup Conda Environment
uses: conda-incubator/setup-miniconda@v2
with:
miniforge-variant: Mambaforge
miniforge-version: latest
python-version: ${{ matrix.python-version }}
python-version: "${{ matrix.python-version }}"
use-mamba: true
environment-file: continuous_integration/environment.yaml

Expand Down
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -60,3 +60,9 @@ docs/_build/
target/

doc/source/api/*.rst

# pycharm
.idea

# rope
.ropeproject
Binary file modified pycoast/tests/eastern_shapes_pil.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified pycoast/tests/grid_from_dict_pil.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified pycoast/tests/grid_germ.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified pycoast/tests/no_h_scratch_pil.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified pycoast/tests/no_v_scratch_pil.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1e530ff

Please sign in to comment.