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
Pull the latest code in major_refactoring branch (e.g after this PR )
Put a break point in L187 of wind tunnel example here
Run in debug mode and see the computed "c_d" (the value should be virtually zero at iteration 0, it is not!).
delete cache
Now add this line wp.config.max_unroll = 32 before xlb_init in the Wind tunnel example and run again in debug mode up to the same breakpoint and see the value of "c_d" (it is zero this time!)
wp.config.max_unroll = 32before xlb_init in the Wind tunnel example and run again in debug mode up to the same breakpoint and see the value of "c_d" (it is zero this time!)