This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python3 | |
import os | |
import pyarrow.parquet as pq | |
import pandas as pd | |
import numpy as np | |
def parquet_to_asciilc(inpath, outdir): |
This file has been truncated, but you can view the full file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
running test | |
running build | |
running build_py | |
running build_ext | |
skipping 'astropy/table/_np_utils.c' Cython extension (up-to-date) | |
skipping 'astropy/time/erfa_time.c' Cython extension (up-to-date) | |
skipping 'astropy/convolution/boundary_extend.c' Cython extension (up-to-date) | |
skipping 'astropy/convolution/boundary_fill.c' Cython extension (up-to-date) | |
skipping 'astropy/convolution/boundary_none.c' Cython extension (up-to-date) | |
skipping 'astropy/convolution/boundary_wrap.c' Cython extension (up-to-date) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
In [3]: astropy.test(package="wcs") | |
============================= test session starts ============================== | |
platform darwin -- Python 2.7.7 -- pytest-2.5.1 | |
Running tests with Astropy version 0.4rc1. | |
Running tests in /Users/shupe/anaconda/lib/python2.7/site-packages/astropy/wcs. | |
Platform: Darwin-13.3.0-x86_64-i386-64bit | |
Executable: /Users/shupe/anaconda/python.app/Contents/MacOS/python |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
In [16]: astropy.test(package="wcs") | |
============================= test session starts ============================== | |
platform darwin -- Python 2.7.7 -- pytest-2.5.1 | |
Running tests with Astropy version 0.4rc1. | |
Running tests in /Users/shupe/anaconda/lib/python2.7/site-packages/astropy/wcs. | |
Platform: Darwin-13.3.0-x86_64-i386-64bit | |
Executable: /Users/shupe/anaconda/python.app/Contents/MacOS/python |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.