Skip to content

Commit

Permalink
fixed comment typo
Browse files Browse the repository at this point in the history
  • Loading branch information
alexjamesgarza committed Mar 28, 2024
1 parent 1b41f3b commit 54e3595
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/python_test_1.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def __main__():
conc_b_index = output[0].index('CONC.B')
conc_c_index = output[0].index('CONC.C')

#extracts model concentratins from data output
#extracts model concentrations from data output
model_concentrations = [[row[conc_a_index], row[conc_b_index], row[conc_c_index]] for row in output[1:]]


Expand Down

0 comments on commit 54e3595

Please sign in to comment.