Skip to content
New issue

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

Update test_mixed_electrolyte_activity.py #224

Closed
wants to merge 1 commit into from

Conversation

Ouriel-N
Copy link

added the revised values and the command "from pyeql import solutions" for the test to go through

Summary

Major changes:

  • feature 1: ...
  • fix 1: ...

Todos

If this is work in progress, what else needs to be done?

  • feature 2: ...
  • fix 2:

Checklist

  • Google format doc strings added.
  • Code linted with ruff. (For guidance in fixing rule violates, see rule list)
  • Type annotations included. Check with mypy.
  • Tests added for new features/fixes.
  • I have run the tests locally and they passed.

Tip: Install pre-commit hooks to auto-check types and linting before every commit:

pip install -U pre-commit
pre-commit install

added the revised values and the command "from pyeql import solutions" for the test to go through
@@ -21,6 +21,8 @@

import pyEQL

from pyEQL import Solution
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can remove this part (unnecessary)

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok, I added it when I attempted to run the pytest in VScode

@@ -21,6 +21,8 @@

import pyEQL

from pyEQL import Solution

# relative tolerance between experimental and computed properties for this test file
RTOL = 0.25
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will work with RTOL value over 0.45

@rkingsbury
Copy link
Member

Thanks for the assist @Jaebeom-P . I'm closing this one because the latest changes are in #225

@rkingsbury rkingsbury closed this Feb 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants