GITLAB iLM - Institut Lumière Matière

Skip to content
Snippets Groups Projects
Commit 6f82e47d authored by Olivier VINCENT's avatar Olivier VINCENT
Browse files

Solve bug in water activity due to undefined formulas at zero concentration for Tang KCl and NaCl

parent 03969c4f
Branches
Tags v1.2.2
No related merge requests found
......@@ -27,7 +27,7 @@ default_source = 'Tang'
concentration_types = {'Tang': 'm'}
concentration_ranges = {'Tang': (0, 13)}
concentration_ranges = {'Tang': (1e-9, 13)}
temperature_units = {'Tang': 'C'}
......
......@@ -39,7 +39,7 @@ concentration_types = {'Clegg': 'x',
'Tang': 'm'}
concentration_ranges = {'Clegg': (0, 0.23),
'Tang': (0, 13)}
'Tang': (1e-9, 13)}
temperature_units = {'Clegg': 'C',
'Tang': 'C'}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment