Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Morgan Alan Tranter
phreeqsim
Commits
51e711d0
Commit
51e711d0
authored
Apr 16, 2020
by
Morgan Alan Tranter
Browse files
Minor update.
parent
d4578f78
Changes
7
Expand all
Hide whitespace changes
Inline
Side-by-side
CONTRIBUTING.rst
View file @
51e711d0
.. highlight:: shell
============
Contributing
============
...
...
README.md
View file @
51e711d0
...
...
@@ -44,7 +44,7 @@ included as features.
-
Only two PHREEQC keywords _Equilibrium_ and _Kinetics_ are
implemented. Although it is straightforward to add additional features
with
`
mode = custom.
with
`mode = custom
`
.
-
Databases can be constructed only for a very limited set of phases and
sources. This option can be useful because a reduced database can
reduce calculation time.
...
...
@@ -54,3 +54,11 @@ included as features.
## Credits
## TODOs
-
[ ] Fit ML dynamically, if boundary is overstepped
-
[ ] Random full-coupling
-
[ ] Pickle last x simulations with Input-Output
-
[ ] Move features that do not work properly into dev
-
[ ] Sometime do unit tests: Check results with pre-calculated values.
TODO.md
deleted
100644 → 0
View file @
d4578f78
# PhreeqSim TODOs
-
[ ] Fit MLL dynamically, if boundary is overstepped
-
[ ] Random full-coupling
-
[ ] Pickle last x simulations with Input-Output
-
[ ] Move features that do not work properly into dev
-
[ ] Sometime do unit tests: Check results with pre-calculated values.
docs/readme.rst
View file @
51e711d0
.. include:: ../README.
rst
.. include:: ../README.
md
examples/_boilerplate.dat
View file @
51e711d0
...
...
@@ -19,7 +19,6 @@ phreeqsim.set_figure_params()
## configure notebook properties ##
# pd.options.display.max_columns = None
# pd.options.display.max_rows = None
pd.set_option('display.float_format', '{:.12g}'.format)
from IPython.display import display, HTML
%matplotlib inline
...
...
poetry.lock
View file @
51e711d0
This diff is collapsed.
Click to expand it.
pyproject.toml
View file @
51e711d0
...
...
@@ -3,7 +3,7 @@ name = "phreeqsim"
version
=
"0.1.0"
description
=
""
authors
=
[
"Morgan Tranter <mtranter@gfz-potsdam.de>"
]
readme
=
"README.
rst
"
readme
=
"README.
md
"
repository
=
"https://git.gfz-potsdam.de/mtranter/phreeqsim"
homepage
=
"https://git.gfz-potsdam.de/mtranter/phreeqsim"
license
=
""
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment