This file contains hidden or 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
| $ python setup.py test | |
| running test | |
| running build | |
| running build_py | |
| /Users/adam/repos/astropy/astropy/tests/helper.py:30: UserWarning: Module wcsaxes was already imported from wcsaxes/__init__.py, but /Users/adam/repos/wcsaxes is being added to sys.path | |
| import pkg_resources | |
| ===================================================================== test session starts ===================================================================== | |
| platform darwin -- Python 2.7.8 -- pytest-2.5.1 | |
| Running tests with Astropy version 1.0.dev9959. |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or 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
| ========================================================================== FAILURES =========================================================================== | |
| __________________________________________________________________ TestAlma.test_doc_example __________________________________________________________________ | |
| self = <astroquery.alma.tests.test_alma_remote.TestAlma instance at 0x10bb33b48>, temp_dir = '/var/folders/_r/c4nkvmpn4vx6qc91qygz8h740000gr/T/tmp7Zkexq' | |
| def test_doc_example(self, temp_dir): | |
| alma = Alma() | |
| alma.cache_location = temp_dir | |
| m83_data = alma.query_object('M83') | |
| assert m83_data.colnames == ['Project_code', 'Source_name', 'RA', |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file has been truncated, but you can view the full file.
This file contains hidden or 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
| <?xml version="1.0" encoding="UTF-8"?> | |
| <VOTABLE xmlns="http://www.ivoa.net/xml/VOTable/v1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2"> | |
| <RESOURCE type="results"> | |
| <INFO name="QUERY_STATUS" value="OK" /> | |
| <INFO name="QUERY" value="SELECT
 distinct asa_science.project_code AS "Project code",
asa_science.source_name AS "Source name",
asa_science.ra AS "RA",
asa_science.dec AS "Dec",
asa_science.band AS "Band",
asa_science.frequency_resolution AS "Frequency resolution",
asa_science.int_time AS "Integration",
to_char(dp_delivery_status.release_date, 'YYYY-MM-DD') AS "Release date",
asa_science.frequency_support AS "Frequency support",
asa_science.velocity_resolution AS "Velocity resolution",
asa_science.pol_products AS "Pol products",
to_char(asa_science.start_date, 'YYYY-MM-DD HH24:MI:SS') AS "Observation date",&#x |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.