simonwmatthews / pyMelt

A python package for calculating the melting behaviour of multi-lithologic mantle
GNU General Public License v3.0
36 stars 4 forks source link

Dev mckenzie bickle 88 #9

Closed kev-wong-geo closed 2 years ago

kev-wong-geo commented 3 years ago

Fully functioning parameterisation of the McKenzie and Bickle (1988) garnet peridotite.

simonwmatthews commented 3 years ago

Before merging the pull request, please can you make sure the module passes the flake8 tests (https://flake8.pycqa.org/en/latest/). At the moment there are a number of warnings for the new file, and several for the lithology_classes file (which can be fixed by merging the most recent push to dev).

kev-wong-geo commented 3 years ago

This latest update passes the flake8 tests. Have rewritten the TSolidus function so it no longer uses lambda functions.