1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
|
**Describe the bug**
A clear and concise description of what the bug is.
**To reproduce**
Steps to reproduce the behavior:
> Ex.
>
> 1. Install pystac w/ dev requirements: `pip install -e . -r requirements-dev.txt`
> 2. Run `pytest`
> 3. See error
Include OS, Python version, and PySTAC version.
**Expected behavior**
A clear and concise description of what you expected to happen.
**Screenshots and shell session dumps**
If applicable, add session dumps and/or screenshots to help explain your problem.
> ex. `pre-commit run ruff > ruff.txt`
**Additional context**
Add any other context about the problem here.
**Issue Checklist**
- [ ] OS, Python version, PySTAC version are included.
- [ ] Existing issues were reviewed to prevent duplicate submission.
|