You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I started using JET.jl recently. In most cases it is helpful. However, sometimes I just cannot figure out why it has a problem with my code. An example is below. The function foo is very basic and works fine. Still, JET.jl’s macro @report_call reports an error. I cannot figure out what it is. What is the best way to identify the problem using the information provided by the macro call?
I started using JET.jl recently. In most cases it is helpful. However, sometimes I just cannot figure out why it has a problem with my code. An example is below. The function
foo
is very basic and works fine. Still, JET.jl’s macro@report_call
reports an error. I cannot figure out what it is. What is the best way to identify the problem using the information provided by the macro call?This was posted in StackOverflow at https://stackoverflow.com/questions/74087675/how-do-i-identify-a-problem-flagged-by-jet-jl/74135082#74135082. An answer by @Bill observed that the problem did not occur with DataFrames v1.3.6 but found a different problem under v1.4.1.
The text was updated successfully, but these errors were encountered: