Skip to content

Commit 88be1d7

Browse files
authored
Merge pull request #353 from StochSS/develop
v1.2.2 Release
2 parents 359bd15 + ff3d2c4 commit 88be1d7

52 files changed

Lines changed: 312 additions & 117 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
name: Run SpatialPy System Tests
2+
3+
on:
4+
push:
5+
branches: [staging, develop]
6+
7+
jobs:
8+
run-tests:
9+
runs-on: ${{ matrix.os }}
10+
strategy:
11+
matrix:
12+
os: [ ubuntu-latest ]
13+
14+
steps:
15+
- name: Initialize environment
16+
uses: actions/checkout@v2
17+
18+
- name: Install Python
19+
uses: actions/setup-python@v2
20+
with:
21+
python-version: '3.7'
22+
23+
- name: Install Python dependencies
24+
run: |
25+
python3 -m pip install --upgrade pip
26+
python3 -m pip install -r requirements.txt
27+
python3 -m pip install coverage
28+
29+
- name: Run tests
30+
run: coverage run --source=spatialpy test/run_system_tests.py

docs/build/html/.buildinfo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Sphinx build info version 1
22
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config: 594471ec9654e1c403c8655ed91ad300
3+
config: cda440a90b02806b8875d767ce4b3688
44
tags: 645f666f9bcd5a90fca523b33c5a78b7
2.32 KB
Binary file not shown.
-1.19 KB
Binary file not shown.
1.54 KB
Binary file not shown.
0 Bytes
Binary file not shown.

docs/build/html/_modules/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<head>
66
<meta charset="utf-8" />
77
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
8-
<title>Overview: module code &#8212; SpatialPy 1.2.1 documentation</title>
8+
<title>Overview: module code &#8212; SpatialPy 1.2.2 documentation</title>
99
<link rel="stylesheet" type="text/css" href="../_static/pygments.css" />
1010
<link rel="stylesheet" type="text/css" href="../_static/alabaster.css" />
1111
<link rel="stylesheet" type="text/css" href="../_static/css/spatialpy_alabaster_customizations.css" />
@@ -127,7 +127,7 @@ <h1>All modules for which code is available</h1>
127127
<div class="clearer"></div>
128128
</div>
129129
<div class="footer">
130-
&copy;Copyright (C) 2019-2022.
130+
&copy;Copyright (C) 2019-2023.
131131

132132
|
133133
Powered by <a href="http://sphinx-doc.org/">Sphinx 5.3.0</a>

docs/build/html/_modules/spatialpy/core/boundarycondition.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<head>
66
<meta charset="utf-8" />
77
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
8-
<title>spatialpy.core.boundarycondition &#8212; SpatialPy 1.2.1 documentation</title>
8+
<title>spatialpy.core.boundarycondition &#8212; SpatialPy 1.2.2 documentation</title>
99
<link rel="stylesheet" type="text/css" href="../../../_static/pygments.css" />
1010
<link rel="stylesheet" type="text/css" href="../../../_static/alabaster.css" />
1111
<link rel="stylesheet" type="text/css" href="../../../_static/css/spatialpy_alabaster_customizations.css" />
@@ -95,7 +95,7 @@ <h3 id="searchlabel">Quick search</h3>
9595
<h1>Source code for spatialpy.core.boundarycondition</h1><div class="highlight"><pre>
9696
<span></span><span class="c1"># SpatialPy is a Python 3 package for simulation of</span>
9797
<span class="c1"># spatial deterministic/stochastic reaction-diffusion-advection problems</span>
98-
<span class="c1"># Copyright (C) 2019 - 2022 SpatialPy developers.</span>
98+
<span class="c1"># Copyright (C) 2019 - 2023 SpatialPy developers.</span>
9999

100100
<span class="c1"># This program is free software: you can redistribute it and/or modify</span>
101101
<span class="c1"># it under the terms of the GNU GENERAL PUBLIC LICENSE Version 3 as</span>
@@ -276,7 +276,7 @@ <h1>Source code for spatialpy.core.boundarycondition</h1><div class="highlight">
276276
<div class="clearer"></div>
277277
</div>
278278
<div class="footer">
279-
&copy;Copyright (C) 2019-2022.
279+
&copy;Copyright (C) 2019-2023.
280280

281281
|
282282
Powered by <a href="http://sphinx-doc.org/">Sphinx 5.3.0</a>

docs/build/html/_modules/spatialpy/core/cleanup.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<head>
66
<meta charset="utf-8" />
77
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
8-
<title>spatialpy.core.cleanup &#8212; SpatialPy 1.2.1 documentation</title>
8+
<title>spatialpy.core.cleanup &#8212; SpatialPy 1.2.2 documentation</title>
99
<link rel="stylesheet" type="text/css" href="../../../_static/pygments.css" />
1010
<link rel="stylesheet" type="text/css" href="../../../_static/alabaster.css" />
1111
<link rel="stylesheet" type="text/css" href="../../../_static/css/spatialpy_alabaster_customizations.css" />
@@ -95,7 +95,7 @@ <h3 id="searchlabel">Quick search</h3>
9595
<h1>Source code for spatialpy.core.cleanup</h1><div class="highlight"><pre>
9696
<span></span><span class="c1"># SpatialPy is a Python 3 package for simulation of</span>
9797
<span class="c1"># spatial deterministic/stochastic reaction-diffusion-advection problems</span>
98-
<span class="c1"># Copyright (C) 2019 - 2022 SpatialPy developers.</span>
98+
<span class="c1"># Copyright (C) 2019 - 2023 SpatialPy developers.</span>
9999

100100
<span class="c1"># This program is free software: you can redistribute it and/or modify</span>
101101
<span class="c1"># it under the terms of the GNU GENERAL PUBLIC LICENSE Version 3 as</span>
@@ -196,7 +196,7 @@ <h1>Source code for spatialpy.core.cleanup</h1><div class="highlight"><pre>
196196
<div class="clearer"></div>
197197
</div>
198198
<div class="footer">
199-
&copy;Copyright (C) 2019-2022.
199+
&copy;Copyright (C) 2019-2023.
200200

201201
|
202202
Powered by <a href="http://sphinx-doc.org/">Sphinx 5.3.0</a>

docs/build/html/_modules/spatialpy/core/datafunction.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<head>
66
<meta charset="utf-8" />
77
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
8-
<title>spatialpy.core.datafunction &#8212; SpatialPy 1.2.1 documentation</title>
8+
<title>spatialpy.core.datafunction &#8212; SpatialPy 1.2.2 documentation</title>
99
<link rel="stylesheet" type="text/css" href="../../../_static/pygments.css" />
1010
<link rel="stylesheet" type="text/css" href="../../../_static/alabaster.css" />
1111
<link rel="stylesheet" type="text/css" href="../../../_static/css/spatialpy_alabaster_customizations.css" />
@@ -95,7 +95,7 @@ <h3 id="searchlabel">Quick search</h3>
9595
<h1>Source code for spatialpy.core.datafunction</h1><div class="highlight"><pre>
9696
<span></span><span class="c1"># SpatialPy is a Python 3 package for simulation of</span>
9797
<span class="c1"># spatial deterministic/stochastic reaction-diffusion-advection problems</span>
98-
<span class="c1"># Copyright (C) 2019 - 2022 SpatialPy developers.</span>
98+
<span class="c1"># Copyright (C) 2019 - 2023 SpatialPy developers.</span>
9999

100100
<span class="c1"># This program is free software: you can redistribute it and/or modify</span>
101101
<span class="c1"># it under the terms of the GNU GENERAL PUBLIC LICENSE Version 3 as</span>
@@ -156,7 +156,7 @@ <h1>Source code for spatialpy.core.datafunction</h1><div class="highlight"><pre>
156156
<div class="clearer"></div>
157157
</div>
158158
<div class="footer">
159-
&copy;Copyright (C) 2019-2022.
159+
&copy;Copyright (C) 2019-2023.
160160

161161
|
162162
Powered by <a href="http://sphinx-doc.org/">Sphinx 5.3.0</a>

0 commit comments

Comments
 (0)