Skip to content
This repository has been archived by the owner on Feb 7, 2019. It is now read-only.

M3/heisenbug #11

Closed
wants to merge 15 commits into from
Prev Previous commit
Commented work-around, now throwing error again.
  • Loading branch information
mauro3 committed Apr 12, 2015
commit c83a3c5501c06eccb9fa828e9955c3dae1763bab
8 changes: 4 additions & 4 deletions src/Traits.jl
Original file line number Diff line number Diff line change
Expand Up @@ -252,10 +252,10 @@ function isfitting(tmm::Method, fm::Method; verbose=false) # tm=trait-method, fm
# There is a strange bug which is prevented by this never
# executing @show. I'll try and investigate this in branch
# m3/heisenbug
if length(tm.sig)==-10
@show tm
error("This is not possible")
end
# if length(tm.sig)==-10
# @show tm
# error("This is not possible")
# end
end


Expand Down