Closed ianhbell closed 1 year ago
In teqp, I provide data files as package data, and a method to get the location of this folder, something similar in feos would be nice.
We provide parameter files in this GitHub repo here. Thanks for mentioning it though, we should make it more clear in the example that parameters have to be downloaded separately.
For now, we have deliberately chosen to not provide a parameter data base, because for some substances there exists more than a single parameterization.
I agree with your general approach of making the user be thoughtful about what parameters they use. But you could do as I propose, without requiring a checkout of the code and also a pip install
of the binaries.
The main example in the README doesn't work:
I think because the path to
"parameters.json"
is invalid. Looking into the wheel, it looks like the parameter files are not provided with the wheel. Could you please include them with the wheel?