Skip to content

Commit

Permalink
Dynamic pH calculation
Browse files Browse the repository at this point in the history
Made this change to debug an error related to dynamic pH calculation.
  • Loading branch information
RaiSaumitra committed May 13, 2024
1 parent e05a275 commit 2f84afd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qsdsan/processes/_adm1_p_extension.py
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ def rhos_adm1_p_extension(state_arr, params):
# =============================================================================
class TempState:
def __init__(self):
self.data = []
self.data = {}

# def append(self, value):
# self.data += [value]
Expand Down

0 comments on commit 2f84afd

Please sign in to comment.