Skip to content

Commit

Permalink
remove print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximeVH committed Feb 7, 2024
1 parent 2cddaf4 commit 6e7f6cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CircuitLibrary.jl
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ function circuit_search(measurements,frequencies,domain;terminals="RCLPW",fitnes
circuit = circuit[fitness_inds]
dois = dois[fitness_inds]
if isempty(circuit)
println("No available circuits adequately fit the given measurement data.")
@info "No available circuits adequately fit the given measurement data."
else
sp = sortperm(fitnesses)
return hcat(circuit[sp],dois[sp])
Expand Down

0 comments on commit 6e7f6cb

Please sign in to comment.