Skip to content

Commit

Permalink
delete stray debugging lines
Browse files Browse the repository at this point in the history
  • Loading branch information
teddygroves committed Aug 16, 2024
1 parent f8c7796 commit 1107eb2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/enzax/steady_state_problem.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,6 @@ def main():
"""Function for testing the steady state solver."""
# guesses
bad_guess = jnp.full((5,), 0.01)
bad_guess = jnp.full((2,), 0.01)
conc = solve(linear.parameters, linear.unparameterised_model, bad_guess)
__import__("pdb").set_trace()
good_guess = jnp.array(
[
4.233000e-05, # met-L
Expand Down

0 comments on commit 1107eb2

Please sign in to comment.