osl-pocs / fqlearn

A library to help teaching mass transfer and thermodynamics.
https://osl-pocs.github.io/fqlearn/
Other
2 stars 0 forks source link

feat: added tests for ThreeComponent.py #38

Closed faithhunja closed 3 months ago

faithhunja commented 3 months ago

@EverVino I added another test for the solute_points function, and also modified the function because it was not working properly with the add_point function. Also regarding removing the asserts, I realized that sometimes the plot is generated, then the assertion error is thrown later if the asserts are only in the test file. So I think it is better if they remain, so that the plot is not generated if there's an error.