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
description: Create a report describing unexpected or incorrect behavior in EXP.
3
+
labels: Bug
4
+
body:
5
+
- type: markdown
6
+
attributes:
7
+
value: >-
8
+
Thanks for taking the time to fill out this bug report! Please provide a clear and concise description of the bug you've encountered.
9
+
- type: dropdown
10
+
id: interface
11
+
attributes:
12
+
label: Interface
13
+
description: Which interface of EXP are you using?
14
+
options:
15
+
- pyEXP
16
+
- EXP N-body
17
+
default: 0
18
+
validations:
19
+
required: true
20
+
- type: dropdown
21
+
id: version
22
+
attributes:
23
+
label: Version
24
+
description: How are you accessing EXP?
25
+
options:
26
+
- Docker
27
+
- Local compile
28
+
default: 0
29
+
validations:
30
+
required: true
31
+
- type: textarea
32
+
id: exactversion
33
+
attributes:
34
+
label: Exact Version
35
+
description: Please provide the exact version of EXP you are using. If using pyEXP, please provide the output of `python -c "import pyEXP; pyEXP.util.getVersionInfo()"`; If using N-body, please provide the output of `exp -v`.
36
+
render: shell
37
+
- type: textarea
38
+
attributes:
39
+
label: Description
40
+
description: >-
41
+
A clear and concise description of what the bug is.
42
+
- type: textarea
43
+
attributes:
44
+
label: Expected behavior
45
+
description: >-
46
+
A clear and concise description of what you expected to happen.
47
+
- type: textarea
48
+
id: logs
49
+
attributes:
50
+
label: Relevant log output
51
+
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
adsnote = {Provided by the SAO/NASA Astrophysics Data System}
26
+
}
27
+
28
+
29
+
30
+
@ARTICLE{Wang:15,
31
+
author = {{Wang}, Long and {Spurzem}, Rainer and {Aarseth}, Sverre and {Nitadori}, Keigo and {Berczik}, Peter and {Kouwenhoven}, M.~B.~N. and {Naab}, Thorsten},
32
+
title = "{NBODY6++GPU: ready for the gravitational million-body problem}",
33
+
journal = {\mnras},
34
+
keywords = {methods: numerical, globular clusters: general, Astrophysics - Instrumentation and Methods for Astrophysics, Astrophysics - Solar and Stellar Astrophysics},
0 commit comments