Skip to content

Commit

Permalink
Remove misplaced debugging code
Browse files Browse the repository at this point in the history
  • Loading branch information
MilesCranmer committed Mar 9, 2022
1 parent cd56d44 commit 44c6ae4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/SymbolicRegression.jl
Original file line number Diff line number Diff line change
Expand Up @@ -701,9 +701,9 @@ function _EquationSearch(::ConcurrencyType, datasets::Array{Dataset{T}, 1};
@printf("==============================\n")

# Debugging code for frequencyComplexities:
for size_i=1:actualMaxsize
@printf("frequencyComplexities size %d = %.2f\n", size_i, frequencyComplexities[j][size_i])
end
# for size_i=1:actualMaxsize
# @printf("frequencyComplexities size %d = %.2f\n", size_i, frequencyComplexities[j][size_i])
# end
end
@printf("Press 'q' and then <enter> to stop execution early.\n")
end
Expand Down

0 comments on commit 44c6ae4

Please sign in to comment.