Skip to content

Commit 99cec88

Browse files
updated my model
1 parent 83ba949 commit 99cec88

3 files changed

Lines changed: 5 additions & 10 deletions

File tree

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
normalize: first #first last
22
model: quad #quad, exp in form of y=At^2+Bt+C or y=Ae^(Bt)+C
3-
A: 0 #constant float values
4-
B: 0.5344
5-
C: 1.2003
3+
A: 0.0466 #constant float values
4+
B: 0.3945
5+
C: 1.2679

docs/Installation.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,10 @@ Users can quickly run the two example problems by switching their directory to t
5454

5555
.. code-block:: python
5656
57-
python3 sampleRun.py -d sampledata.csv -m samplemodel.yml -o quadraticOutput
57+
python3 sampleRun.py -d sampledata.csv -m samplemodel.yml -o quadraticOutput.csv
5858
5959
This will create a quadraticOutput.csv file with all the DSS parameters calculated, the users can run the sampledata again with the exponential fit very similarly
6060

6161
.. code-block:: python
6262
63-
python3 sampleRun.py -d sampledata.csv -m samplemodelexp.yml -o exponentialOutput
63+
python3 sampleRun.py -d sampledata.csv -m samplemodelexp.yml -o exponentialOutput.csv

docs/index.rst

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,6 @@
66
PythonDSS Documentation
77
=======================
88

9-
Add your content using ``reStructuredText`` syntax. See the
10-
`reStructuredText <https://www.sphinx-doc.org/en/master/usage/restructuredtext/index.html>`_
11-
documentation for details.
12-
13-
149
.. toctree::
1510
:maxdepth: 2
1611
:caption: Contents:

0 commit comments

Comments
 (0)