Panic in cairo1-run
when printing the output of a Cairo program that initializes a struct from a function
#1670
Labels
bug
Something isn't working
Describe the bug
Hi, cairo1-run panics when I run
cargo run programs/tensor_fp.sierra --layout all_cairo --print_output
of the following Cairo program:However when I initialize Tensor and FP16x16 structs without the
new
function as follow it returns the correct output:What version/commit are you on?
I get this issue when I'm using this PR #1665 (cc. @fmoletta)
Additional context
Here are the initialized function
new
of Tensor and FP16x16 on Orion lib.The text was updated successfully, but these errors were encountered: