Vitens / phreeqpython

Object-oriented python wrapper for the VIPhreeqc module
Apache License 2.0
68 stars 19 forks source link

Adds logic and test for default dir phreeqdatabase #13

Closed martinwk closed 4 years ago

martinwk commented 4 years ago

the init of PhreeqPython now has a optional default_directory argument to allow to use of databases that are not within the database directory of the package itself. I.e, a database of the user itself. Also use the modern and less verbose Path notation for paths. Added test that repeats test1, but now with a different pp instance (which uses default db path). Added test db file to test dir.

AbelHeinsbroek commented 4 years ago

Thanks!