Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 383 Bytes

Bug_report.md

File metadata and controls

18 lines (14 loc) · 383 Bytes
name about labels
Bug report
Report a bug to help improve the package
bug

Please:

  • Check for duplicate issues.
  • Provide a complete example of how to reproduce the bug, wrapped in triple backticks like this:
import jax.numpy as jnp
print(jnp.arange(10))
# [0 1 2 3 4 5 6 7 8 9]
  • If applicable, include full error messages/tracebacks.