Skip to content

Commit 0bb9ffe

Browse files
committed
removing gala from test setup
1 parent 962b09a commit 0bb9ffe

File tree

1 file changed

+6
-22
lines changed

1 file changed

+6
-22
lines changed

student_download/test_setup.ipynb

Lines changed: 6 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -195,31 +195,15 @@
195195
"metadata": {},
196196
"outputs": [],
197197
"source": [
198-
"import gala.coordinates as gc"
198+
"from gd1 import GD1Koposov10\n",
199+
"from reflex import reflex_correct"
199200
]
200201
},
201202
{
202203
"cell_type": "code",
203204
"execution_count": 7,
204205
"metadata": {},
205-
"outputs": [
206-
{
207-
"name": "stdout",
208-
"output_type": "stream",
209-
"text": [
210-
"Created TAP+ (v20200428.1) - Connection:\n",
211-
"\tHost: gea.esac.esa.int\n",
212-
"\tUse HTTPS: True\n",
213-
"\tPort: 443\n",
214-
"\tSSL Port: 443\n",
215-
"Created TAP+ (v20200428.1) - Connection:\n",
216-
"\tHost: gea.esac.esa.int\n",
217-
"\tUse HTTPS: True\n",
218-
"\tPort: 443\n",
219-
"\tSSL Port: 443\n"
220-
]
221-
}
222-
],
206+
"outputs": [],
223207
"source": [
224208
"# Note: running this import statement opens a connection\n",
225209
"# to a Gaia server, so it will fail if you are not connected\n",
@@ -258,9 +242,9 @@
258242
],
259243
"metadata": {
260244
"kernelspec": {
261-
"display_name": "Python (AstronomicalData)",
245+
"display_name": "Python 3 (ipykernel)",
262246
"language": "python",
263-
"name": "astronomicaldata"
247+
"name": "python3"
264248
},
265249
"language_info": {
266250
"codemirror_mode": {
@@ -272,7 +256,7 @@
272256
"name": "python",
273257
"nbconvert_exporter": "python",
274258
"pygments_lexer": "ipython3",
275-
"version": "3.9.6"
259+
"version": "3.9.17"
276260
}
277261
},
278262
"nbformat": 4,

0 commit comments

Comments
 (0)