Skip to content

Commit

Permalink
update to t in viz
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexPatrie committed Aug 1, 2024
1 parent 09db39c commit ce98e60
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 357 deletions.
2 changes: 1 addition & 1 deletion bio_check/verifier.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ def visualize(
num_species = len(species_names)

# plot data params
t = np.linspace(output_start, output_end, num_points) # TODO: extract this dynamically.
t = np.linspace(output_start, output_end, num_points + 1) # TODO: extract this dynamically.
simulator_colors = generate_color_gradient(simulators)

# TODO: extract simulator names dynamically as well.
Expand Down
Loading

0 comments on commit ce98e60

Please sign in to comment.