40 lines
701 B
Markdown
40 lines
701 B
Markdown
---
|
|
name: Bug report
|
|
about: Report a bug or unexpected behaviour
|
|
title: "[Bug] "
|
|
labels: bug
|
|
assignees: ''
|
|
---
|
|
|
|
## Description
|
|
|
|
A clear and concise description of the bug.
|
|
|
|
## Steps to Reproduce
|
|
|
|
```python
|
|
import numpy as np
|
|
from ferro_ta import ...
|
|
|
|
# minimal reproducible example
|
|
```
|
|
|
|
## Expected Behaviour
|
|
|
|
What you expected to happen.
|
|
|
|
## Actual Behaviour
|
|
|
|
What actually happens. Include the full traceback if applicable.
|
|
|
|
## Environment
|
|
|
|
- ferro_ta version: <!-- e.g. 0.1.0 -->
|
|
- Python version: <!-- e.g. 3.11 -->
|
|
- OS: <!-- e.g. Ubuntu 22.04, macOS 14, Windows 11 -->
|
|
- TA-Lib version (if comparing): <!-- optional -->
|
|
|
|
## Additional Context
|
|
|
|
Any other context, screenshots, or related issues.
|