FaradayInstitution / BPX

BPX schema in pydantic and JSON schema format, and parsers
MIT License
25 stars 12 forks source link

Fix maximum concentration in positive electrode in test file #30

Closed smitasahu2 closed 1 year ago

smitasahu2 commented 1 year ago

In BPX/tests/test_utilities.py there is a typo Positive electrode Maximum concentration [mol.m-3]": 631040 but it should be 63104.0

rtimms commented 1 year ago

Fixed by #31