Skip to content

Commit

Permalink
Fix typo in comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
Vilin97 committed Jan 13, 2024
1 parent 6762a72 commit 19ff59d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aggregators/aggregators.jl
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ function select_aggregator(jumps::JumpSet; vartojumps_map=nothing, jumptovars_ma
# if the number of jumps is small, return the Direct
num_jumps(jumps) < 10 && return Direct

Check warning on line 205 in src/aggregators/aggregators.jl

View check run for this annotation

Codecov / codecov/patch

src/aggregators/aggregators.jl#L204-L205

Added lines #L204 - L205 were not covered by tests

# if there are only massaction jumps, we can any build the species-jumps dependency graphs
# if there are only massaction jumps, we can build the species-jumps dependency graphs
can_build_dependency_graphs = num_crjs(jumps) == 0 && num_vrjs(jumps) == 0
have_species_to_jumps_dependency_graphs = !isnothing(vartojumps_map) && !isnothing(jumptovars_map)

Expand Down

0 comments on commit 19ff59d

Please sign in to comment.