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
Translation of <ast.FunctionDef object at 0x7fe819856d40> failed
Finally, some errors go stdout instead of stderr, which is pretty confusing:
E hypothesis.errors.Flaky: Inconsistent test results! Test case was Conclusion(status=Status.INTERESTING, interesting_origin=(<class 'SystemExit'>, '/home/tyler/github_projects/pykokkos/pykokkos/core/translators/static.py', 140, (), ())) on first run but Conclusion(status=Status.INTERESTING, interesting_origin=(<class 'ImportError'>, '<frozen importlib._bootstrap>', 241, (), ())) on second
../../python_310_pykokkos_work/lib/python3.10/site-packages/hypothesis/internal/conjecture/datatree.py:406: Flaky
--------------------------------------------------------------------------------------------------------------------------------------------------- Captured stdout call ---------------------------------------------------------------------------------------------------------------------------------------------------
desired_workunit: <function floor_divide_impl_1d_int64 at 0x7f9b795eb2e0>
File "/home/tyler/github_projects/pykokkos/pykokkos/lib/ufunc_workunits.py", line 48:
undefined symbol isgreater used
It looks like this comes down to pretty_print() literally using print() in pykokkos/core/visitors/visitors_util.py .
The text was updated successfully, but these errors were encountered:
When working on more complex workunits, changing from one fundamental type to another is not supported, which is surprising:
The error message when declaring but not initializing also leaves the developer a bit confused perhaps:
Translation of <ast.FunctionDef object at 0x7fe819856d40> failed
Finally, some errors go
stdout
instead ofstderr
, which is pretty confusing:It looks like this comes down to
pretty_print()
literally usingprint()
inpykokkos/core/visitors/visitors_util.py
.The text was updated successfully, but these errors were encountered: