File tree Expand file tree Collapse file tree 1 file changed +37
-0
lines changed Expand file tree Collapse file tree 1 file changed +37
-0
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ name : Bug report
3
+ about : Create a report to help us improve
4
+
5
+ ---
6
+
7
+ ** Description of the problem**
8
+
9
+ <!-- Please be as detailed as you can when describing an issue. The more information we have, the easier it will be for us to track this down. -->
10
+
11
+ ** Full code that generated the error**
12
+
13
+ ``` python
14
+ PASTE CODE HERE
15
+ ```
16
+
17
+ ** Full error message**
18
+
19
+ ```
20
+ PASTE ERROR MESSAGE HERE
21
+ ```
22
+
23
+ ** System information**
24
+
25
+ * Operating system:
26
+ * Python installation (Anaconda, system, ETS):
27
+ * Version of GMT:
28
+ * Version of Python:
29
+ * Version of this package:
30
+ * If using conda, paste the output of ` conda list ` below:
31
+
32
+ <details >
33
+ <summary >output of conda list</summary >
34
+ <pre >
35
+ PASTE OUTPUT OF CONDA LIST HERE
36
+ </pre >
37
+ </details >
You can’t perform that action at this time.
0 commit comments