Skip to content

Commit 0182d36

Browse files
Merge branch 'main' of github.com:granthendrickson19/Python-DSS-Analysis
2 parents 34a172b + 5b9bc8b commit 0182d36

17 files changed

Lines changed: 11 additions & 2813 deletions

PythonDSSAnalysis/pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,11 @@ classifiers = [
1616
"License :: OSI Approved :: MIT License",
1717
]
1818
dependencies = [
19-
"numpy>=2.0", # compatible versions controlled through scipy
19+
"numpy>=2.0",
20+
"pyyaml>=6.0"# compatible versions controlled through scipy
2021
]
2122
[tool.setuptools.packages.find]
2223
where = ["src"]
2324

2425
[tool.setuptools.package-data]
25-
mypkg = ["*.csv", "*.yml"]
26+
mypkg = ["*.csv", "*.yml"]

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
## Python Dynamical System Scaling Analysis
2+
3+
This Python package will provides methods for Dynamical System Scaling (DSS) analysis for simple single agent of change cases. I would heavily reccommend the user read theory regarding DSS and scaling for Verification and Validation (V&V). https://glc.ans.org/nureth-16/data/papers/13129.pdf
4+
5+
A a short DSS refresher and application of the theory is provided in the documentation website. https://granthendrickson19.github.io/Python-DSS-Analysis/index.html
6+
7+
8+

docs/_build/html/.buildinfo

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

docs/_build/html/.nojekyll

Whitespace-only changes.

0 commit comments

Comments
 (0)