Skip to content

Commit 34e781c

Browse files
authored
Merge pull request #124 from StochSS/develop
1.0 Release
2 parents ccebeff + e999c1d commit 34e781c

File tree

391 files changed

+3757978
-1325574
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

391 files changed

+3757978
-1325574
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 23 deletions
This file was deleted.

.github/workflows/run-tests.yml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
name: Run SpatialPy Tests
2+
3+
on: [push]
4+
5+
jobs:
6+
run-tests:
7+
runs-on: ${{ matrix.os }}
8+
strategy:
9+
matrix:
10+
os: [ ubuntu-latest ]
11+
12+
steps:
13+
- name: Initialize environment
14+
uses: actions/checkout@v2
15+
16+
- name: Install Python
17+
uses: actions/setup-python@v2
18+
with:
19+
python-version: '3.7'
20+
21+
- name: Install Python dependencies
22+
run: |
23+
python3 -m pip install --upgrade pip
24+
python3 -m pip install -r requirements.txt
25+
python3 -m pip install coverage
26+
27+
- name: Run tests
28+
run: coverage run test/run_tests.py
File renamed without changes.
File renamed without changes.

.graphics/UNCASEAL_blue.png

61.7 KB
Loading

.graphics/US-NIH-NIGMS-Logo.png

37.8 KB
Loading

.graphics/US-NIH-NIGMS-Logo.svg

Lines changed: 30 additions & 0 deletions
Loading

.graphics/caltech-round.png

61 KB
Loading

.graphics/caltech-round.svg

Lines changed: 183 additions & 0 deletions
Loading

.graphics/stochss-logo.png

72.9 KB
Loading

0 commit comments

Comments
 (0)