Skip to content

Code cleanup #211

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 110 commits into from
Feb 22, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
110 commits
Select commit Hold shift + click to select a range
5ce5f29
Added pylintrc file.
BryanRumsey Feb 2, 2022
b85cb65
pylint updates to __init__.
BryanRumsey Feb 2, 2022
31cc838
pylint changes to boundary conditions.
BryanRumsey Feb 2, 2022
a9d5910
Renamed file to match module naming convention.
BryanRumsey Feb 3, 2022
7746112
Pylint changes to the cleanup script.
BryanRumsey Feb 3, 2022
984ec9d
Updated docs for boundarycounditions and datafunctions. Pylint chang…
BryanRumsey Feb 3, 2022
39d4ea0
Updated docs. Pylint changes.
BryanRumsey Feb 3, 2022
735734f
Fixed import of non-dependant packages.
BryanRumsey Feb 3, 2022
a4766c4
Fixed imports in model file.
BryanRumsey Feb 3, 2022
ec8b1d0
Updated pylint rc file.
BryanRumsey Feb 3, 2022
982e76b
updated docs, mostly putting in returns
seanebum Feb 3, 2022
760a089
resolved merge conflicts
seanebum Feb 3, 2022
6d1838f
Pulled in changes from develop. Updated pylintrc file.
BryanRumsey Feb 3, 2022
911667f
Comnined property and species arguments.
BryanRumsey Feb 3, 2022
bfcb503
Pulled in changes from develop
BryanRumsey Feb 3, 2022
84f0ab5
Fixed issue with boundaryconition value type check.
BryanRumsey Feb 3, 2022
a0b7599
Added action items to domain.
BryanRumsey Feb 3, 2022
f294fc6
Fixed compatibility issues with action items.
BryanRumsey Feb 3, 2022
7f6827a
fixed import error
BryanRumsey Feb 3, 2022
8573fb9
fixed import error take 2.
BryanRumsey Feb 3, 2022
d4614e2
Pylint changes and updates to docs.
BryanRumsey Feb 4, 2022
1322643
Update docs and pylint changes for initialconditions.
BryanRumsey Feb 4, 2022
c93acf1
Fixed imports in __init__.
BryanRumsey Feb 4, 2022
cfc39ed
Pylint changes to species.py.
BryanRumsey Feb 4, 2022
f0563c7
Pylint changes and doc updates.
BryanRumsey Feb 4, 2022
2363b64
Fixed imports.
BryanRumsey Feb 4, 2022
75ff213
pylint changes to reaction.py.
BryanRumsey Feb 4, 2022
f92e8f3
Pylint changes and docs update.
BryanRumsey Feb 7, 2022
51d8cee
Fixed import issues.
BryanRumsey Feb 7, 2022
d62ce2f
Renamed results.py. Refactored and based on review comments.
BryanRumsey Feb 7, 2022
23d89bb
Renamed results.py. Refactored and based on review comments.
BryanRumsey Feb 7, 2022
7592653
Fixed import issues.
BryanRumsey Feb 7, 2022
4b98f5a
Docs update and pylint changes.
BryanRumsey Feb 7, 2022
97dc76c
Fixed matplotlib import error.
BryanRumsey Feb 7, 2022
8d775a4
Pylint changes and docs update for vtkreader.py
BryanRumsey Feb 8, 2022
3b715a8
Fixed issue with function name.
BryanRumsey Feb 8, 2022
2da6ea4
pylint changes and docs update fro spatialpyerrors.py
BryanRumsey Feb 8, 2022
8d64261
Fixed issue with function names.
BryanRumsey Feb 8, 2022
6f0b900
Pylint changes and docs update for expression.py.
BryanRumsey Feb 8, 2022
3cc194a
updated docstrings
seanebum Feb 8, 2022
be0ecf2
linted StochSSExport.py and changed module name to conform to snake c…
seanebum Feb 9, 2022
cee0600
Merge branch 'code-cleanup' of https://github.com/StochSS/SpatialPy i…
seanebum Feb 9, 2022
b9c467c
Pylint changes and docs update for solver.py.
BryanRumsey Feb 10, 2022
2bf1f20
Fixed import issues.
BryanRumsey Feb 10, 2022
4c6c1ec
Pylint changes.
BryanRumsey Feb 10, 2022
1dbceea
Fixed inits for core and solver.
BryanRumsey Feb 10, 2022
6ce3acb
Fixed circular import.
BryanRumsey Feb 10, 2022
9b9f816
Fixed circular import in model.py.
BryanRumsey Feb 10, 2022
2a2ba25
Fixed circular import in solver.py.
BryanRumsey Feb 10, 2022
f100721
Fixed issue with build_dir is None in solver.py.
BryanRumsey Feb 10, 2022
89f0a31
Cleaned up turing patter examples. Created new 'Under Construction' d…
BryanRumsey Feb 11, 2022
e4c57e9
Fixed incorrect arg name.
BryanRumsey Feb 11, 2022
e45d180
Updated the sploosh example and moved it to under construction.
BryanRumsey Feb 11, 2022
a3d84fd
Fixed fill_with_particles function to work for 3D domains.
BryanRumsey Feb 11, 2022
eb8e9cc
Renamed 'expression' to 'build_expression' and moved it to the solver…
BryanRumsey Feb 11, 2022
72aee4d
Merge branch 'code-cleanup' of https://github.com/StochSS/SpatialPy i…
BryanRumsey Feb 11, 2022
816ebeb
Updated the mincde example and moved it to under construction.
BryanRumsey Feb 11, 2022
fc0fc9c
Fixed private functions in results.py.
BryanRumsey Feb 11, 2022
50c714e
Merge branch 'code-cleanup' of https://github.com/StochSS/SpatialPy i…
BryanRumsey Feb 11, 2022
3627835
Updated the natural convection example and moved it to under construc…
BryanRumsey Feb 11, 2022
9306f9b
Updated the bistable example and moved it to under construction.
BryanRumsey Feb 11, 2022
05e7160
Updated the lid driven cavity example and moved it to under construct…
BryanRumsey Feb 11, 2022
9e2c888
Updated the cylinder demo. Removed the old example. Removed the pyu…
BryanRumsey Feb 11, 2022
66deca0
Updated the coral reef example.
BryanRumsey Feb 11, 2022
b256a8b
Updated the hes1 example.
BryanRumsey Feb 11, 2022
464848a
Updated the weir example.
BryanRumsey Feb 14, 2022
acfb544
Updated the Polarisome_1D example.
BryanRumsey Feb 14, 2022
97559fa
Updated the G-Protein_1D example.
BryanRumsey Feb 14, 2022
d9d2ffb
Merge branch 'code-cleanup' of https://github.com/StochSS/SpatialPy i…
seanebum Feb 14, 2022
187d696
Updated the cdc42 example.
BryanRumsey Feb 14, 2022
9846e09
Restructured the Under Construction folder in examples.
BryanRumsey Feb 14, 2022
002988f
Updates to paths in Under Construction examples.
BryanRumsey Feb 14, 2022
3365445
Fixed coords in Domain.fill_with_particles.
BryanRumsey Feb 15, 2022
6fec66e
Merge branch 'code-cleanup' of https://github.com/StochSS/SpatialPy i…
BryanRumsey Feb 15, 2022
7e5c6da
Restructured the 3d cylinder demo files.
BryanRumsey Feb 15, 2022
188e1c0
Restructures the coral reef example.
BryanRumsey Feb 15, 2022
59d675a
updating docstrings
seanebum Feb 15, 2022
3fdc3ee
Restructured the hes1 example.
BryanRumsey Feb 15, 2022
e9ec6fb
Restructured the weir example.
BryanRumsey Feb 15, 2022
ba098c0
Merge pull request #217 from StochSS/update-docs
BryanRumsey Feb 15, 2022
e13dff1
Merge branch 'code-cleanup' of https://github.com/StochSS/SpatialPy i…
BryanRumsey Feb 15, 2022
16b1963
Updated the boundary conditions examples.
BryanRumsey Feb 15, 2022
1ba83a8
Updated the spatialpy gravity example.
BryanRumsey Feb 15, 2022
ed8e689
initial build of docs 1.0
seanebum Feb 15, 2022
6ff83c1
Switched Domain.type to Domain.type_id.
BryanRumsey Feb 17, 2022
7b38af0
Added support for named types. updated type ploting to use type names…
BryanRumsey Feb 18, 2022
c33941b
Added call to update the type name mapping to the compile prep functi…
BryanRumsey Feb 18, 2022
8caadab
Merge branch 'code-cleanup' of https://github.com/StochSS/SpatialPy i…
BryanRumsey Feb 18, 2022
b634d10
Fixed matplotlip ploting.
BryanRumsey Feb 18, 2022
cfe4a72
Merge branch 'code-cleanup' of https://github.com/StochSS/SpatialPy i…
BryanRumsey Feb 18, 2022
ee88c22
Updated examples with new type_id naming.
BryanRumsey Feb 21, 2022
13be2b8
Updated docs of new type_id naming. Refactored type referncing to re…
BryanRumsey Feb 21, 2022
f712974
Fixed failing test. Added test for string restrict_to.
BryanRumsey Feb 21, 2022
dc9fa9f
Merge branch 'code-cleanup' of https://github.com/StochSS/SpatialPy i…
BryanRumsey Feb 21, 2022
e7b0e4a
Updated examples.
BryanRumsey Feb 22, 2022
03e8a26
Updates to the type_id name scheme
BryanRumsey Feb 22, 2022
be7f9fd
Fixed broken tests.
BryanRumsey Feb 22, 2022
4e5043c
Added missing tests for restric_to.
BryanRumsey Feb 22, 2022
07fe9bd
Fixed broken species tests.
BryanRumsey Feb 22, 2022
5e8909f
Fixed broken species tests take 2.
BryanRumsey Feb 22, 2022
9352991
Fixed broken test models.
BryanRumsey Feb 22, 2022
773d3db
Merge branch 'code-cleanup' of https://github.com/StochSS/SpatialPy i…
seanebum Feb 22, 2022
ee3c2bd
rebuilding docs
seanebum Feb 22, 2022
df8f282
Merge branch 'code-cleanup' of https://github.com/StochSS/SpatialPy i…
BryanRumsey Feb 22, 2022
e6891c8
Final updates to the examples model.
BryanRumsey Feb 22, 2022
30b424f
Moved start here model to its correct location.
BryanRumsey Feb 22, 2022
ba292bb
Merge pull request #222 from StochSS/build-docs
briandrawert Feb 22, 2022
f22494d
Fixed bug with get_property when property name is 'v'.
BryanRumsey Feb 22, 2022
4e42cf9
Updates to start here example.
BryanRumsey Feb 22, 2022
6cbfa98
Merge pull request #219 from StochSS/example-cleanup
seanebum Feb 22, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
572 changes: 572 additions & 0 deletions .pylintrc

Large diffs are not rendered by default.

Binary file not shown.
Binary file modified docs/build/html/.doctrees/classes/spatialpy.doctree
Binary file not shown.
Binary file not shown.
Binary file modified docs/build/html/.doctrees/classes/spatialpy.stochss.doctree
Binary file not shown.
Binary file modified docs/build/html/.doctrees/environment.pickle
Binary file not shown.
1,401 changes: 1,401 additions & 0 deletions docs/build/html/_modules/collections.html

Large diffs are not rendered by default.

30 changes: 20 additions & 10 deletions docs/build/html/_modules/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -85,16 +85,26 @@ <h3 id="searchlabel">Quick search</h3>
<div class="body" role="main">

<h1>All modules for which code is available</h1>
<ul><li><a href="spatialpy/BoundaryCondition.html">spatialpy.BoundaryCondition</a></li>
<li><a href="spatialpy/DataFunction.html">spatialpy.DataFunction</a></li>
<li><a href="spatialpy/Domain.html">spatialpy.Domain</a></li>
<li><a href="spatialpy/Geometry.html">spatialpy.Geometry</a></li>
<li><a href="spatialpy/InitialCondition.html">spatialpy.InitialCondition</a></li>
<li><a href="spatialpy/Model.html">spatialpy.Model</a></li>
<li><a href="spatialpy/Result.html">spatialpy.Result</a></li>
<li><a href="spatialpy/Solver.html">spatialpy.Solver</a></li>
<li><a href="spatialpy/VTKReader.html">spatialpy.VTKReader</a></li>
<li><a href="spatialpy/stochss/StochSSexport.html">spatialpy.stochss.StochSSexport</a></li>
<ul><li><a href="collections.html">collections</a></li>
<li><a href="itertools.html">itertools</a></li>
<li><a href="plotly/offline/offline.html">plotly.offline.offline</a></li>
<li><a href="scipy/spatial/kdtree.html">scipy.spatial.kdtree</a></li>
<li><a href="spatialpy/core/boundarycondition.html">spatialpy.core.boundarycondition</a></li>
<li><a href="spatialpy/core/cleanup.html">spatialpy.core.cleanup</a></li>
<li><a href="spatialpy/core/datafunction.html">spatialpy.core.datafunction</a></li>
<li><a href="spatialpy/core/domain.html">spatialpy.core.domain</a></li>
<li><a href="spatialpy/core/geometry.html">spatialpy.core.geometry</a></li>
<li><a href="spatialpy/core/initialcondition.html">spatialpy.core.initialcondition</a></li>
<li><a href="spatialpy/core/model.html">spatialpy.core.model</a></li>
<li><a href="spatialpy/core/parameter.html">spatialpy.core.parameter</a></li>
<li><a href="spatialpy/core/reaction.html">spatialpy.core.reaction</a></li>
<li><a href="spatialpy/core/result.html">spatialpy.core.result</a></li>
<li><a href="spatialpy/core/spatialpyerror.html">spatialpy.core.spatialpyerror</a></li>
<li><a href="spatialpy/core/species.html">spatialpy.core.species</a></li>
<li><a href="spatialpy/core/vtkreader.html">spatialpy.core.vtkreader</a></li>
<li><a href="spatialpy/solvers/build_expression.html">spatialpy.solvers.build_expression</a></li>
<li><a href="spatialpy/solvers/solver.html">spatialpy.solvers.solver</a></li>
<li><a href="spatialpy/stochss/stochss_export.html">spatialpy.stochss.stochss_export</a></li>
</ul>

</div>
Expand Down
962 changes: 962 additions & 0 deletions docs/build/html/_modules/plotly/offline/offline.html

Large diffs are not rendered by default.

1,121 changes: 1,121 additions & 0 deletions docs/build/html/_modules/scipy/spatial/kdtree.html

Large diffs are not rendered by default.

257 changes: 0 additions & 257 deletions docs/build/html/_modules/spatialpy/BoundaryCondition.html

This file was deleted.

792 changes: 0 additions & 792 deletions docs/build/html/_modules/spatialpy/Domain.html

This file was deleted.

148 changes: 0 additions & 148 deletions docs/build/html/_modules/spatialpy/Geometry.html

This file was deleted.

Loading