Skip to content

Commit 794aa46

Browse files
committed
removing output from Gaia.load_tables as this is no longer shown
1 parent 3d9ce2a commit 794aa46

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

episodes/06-join.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -303,12 +303,6 @@ Now that we know the Pan-STARRS `obj_id`, we are ready to match this to the phot
303303
ps_valid_meta = Gaia.load_table('gaiadr2.panstarrs1_original_valid')
304304
```
305305

306-
```output
307-
Retrieving table 'gaiadr2.panstarrs1_original_valid'
308-
Parsing table 'gaiadr2.panstarrs1_original_valid'...
309-
Done.
310-
```
311-
312306
```python
313307
print(ps_valid_meta)
314308
```

0 commit comments

Comments
 (0)