Skip to content

Commit c364e68

Browse files
[add] new keyword for compatibility
1 parent 82d75bf commit c364e68

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/libeq/optimizers/potentiometry.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -449,6 +449,10 @@ def PotentiometryOptimizer(data: SolverData, reporter=None) -> dict[str, Any]:
449449
retval['weights'],
450450
sum(retval['number of experimental points']),
451451
retval['degrees of freedom'])
452+
453+
# for compatibility in plotting
454+
retval['species_concentrations'] = retval['free concentration']
455+
452456
return retval
453457

454458

0 commit comments

Comments
 (0)