--- 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: - Python version: - OS: - TA-Lib version (if comparing): ## Additional Context Any other context, screenshots, or related issues.