File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ---
2+ name : Bug Report / Feature Request
3+ about : Bug Report / Feature Request
4+ title : ' '
5+ labels : ' '
6+ assignees : ' '
7+
8+ ---
9+
10+ # Bug Report
11+
12+ ** IMPORTANT**
13+ If your bug involves a specific DSS file, please ZIP it and attach the ZIP archive to your issue.
14+
15+ ## Description
16+ A clear and concise description of what the bug is.
17+
18+ ## Steps to Reproduce
19+ 1 . ** Environment**
20+ - Python version: e.g. ` 3.9.12 `
21+ - Package version: e.g. ` hecdss==0.1.10 `
22+ - Operating System: e.g. Windows 10, macOS 12
23+ 2 . ** Script**
24+ ``` python
25+ from hecdss import HecDss
26+
27+ with HecDss.open(" file" ) as dss:
28+ ts= dss.get(" path" )
29+ 3 .** DSS file **
30+ Attach DSS file .
31+
32+ Note: GitHub strips large binaries, so always ZIP before attaching.
33+
34+ Additional Context
35+ Add any other context about the problem here (logs, screenshots, etc.).
You can’t perform that action at this time.
0 commit comments