You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/Bug.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,14 +20,14 @@ What happened instead. Add as much detail as you can. Include (copy and paste) s
20
20
**Code to reproduce the behavior**
21
21
22
22
<!--
23
-
Show us how to reproduce the failiure. If you can, use trajectory files from the test data folder in `tests/data` or `https://github.com/maicos-devel/maicos/tree/main/tests/data`
23
+
Show us how to reproduce the failiure. If you can, use trajectory files from the test data folder in `tests/data` or `https://github.com/maicos-devel/scatterkit/tree/main/tests/data`
24
24
25
25
You can also attach (small) files to the section below or add URLs where to download an archive with all necessary files.
26
26
27
27
Please try to create an input set that is as minimal and small as possible and reproduces the bug as quickly as possible.
28
28
29
29
``` python
30
-
import maicos
30
+
import scatterkit
31
31
32
32
....
33
33
@@ -39,7 +39,7 @@ import maicos
39
39
<!--
40
40
Please complete the following information to help us understand the issue better.
41
41
42
-
- Which version are you using? (run `python -c "import maicos as mda; print(maicos.__version__)"`)
42
+
- Which version are you using? (run `python -c "import scatterkit; print(scatterkit.__version__)"`)
0 commit comments