Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow object arrays of mixed unit Quantities to be printed #3778

Merged
merged 5 commits into from May 29, 2015

Commits on May 15, 2015

  1. Possible partial solution to the issue raised in astropy#3777--it doe…

    …sn't create a new class but it does at least make arrays of Quantity objects printable without breaking or changing too much else. It adds a new UnitConversionError specifically for errors related to that, and is also a ValueError.
    embray committed May 15, 2015
    Configuration menu
    Copy the full SHA
    8b6250d View commit details
    Browse the repository at this point in the history
  2. Add a simple test for this

    embray committed May 15, 2015
    Configuration menu
    Copy the full SHA
    69966af View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    71ce94b View commit details
    Browse the repository at this point in the history

Commits on May 18, 2015

  1. Configuration menu
    Copy the full SHA
    3dbc520 View commit details
    Browse the repository at this point in the history
  2. Fix the test to work on Numpy 1.6.x which has a different output form…

    …at for object arrays.
    embray committed May 18, 2015
    Configuration menu
    Copy the full SHA
    584a304 View commit details
    Browse the repository at this point in the history