We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
More debugging is needed to figure out the precise culprit, but on Mac OS 13.3, invalid values are returned from this code block:
import teqp import numpy as np print(teqp.__version__) Tc_K = [300] pc_Pa = [4e6] acentric = [0.01] z = np.array([1.0]) model = teqp.canonical_PR(Tc_K, pc_Pa, acentric) print(model.get_Ar06n(300.0, 300.0, z))
yielding
0.15.4dev [0. 0. 0. 0. 0. 0. 0.]
What combination of things are required to get this result is unclear, as it works fine on windows and linux with version 0.15.3
The text was updated successfully, but these errors were encountered:
65fe6f1
No branches or pull requests
More debugging is needed to figure out the precise culprit, but on Mac OS 13.3, invalid values are returned from this code block:
yielding
What combination of things are required to get this result is unclear, as it works fine on windows and linux with version 0.15.3
The text was updated successfully, but these errors were encountered: