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

Printing/repr improvements #154

Merged
merged 3 commits into from
Sep 15, 2017
Merged

Printing/repr improvements #154

merged 3 commits into from
Sep 15, 2017

Commits on Sep 14, 2017

  1. ENH: Add repr for cdmremote Dataset objects

    This enhances behavior in the notebook.
    dopplershift committed Sep 14, 2017
    Configuration menu
    Copy the full SHA
    030bd9b View commit details
    Browse the repository at this point in the history
  2. ENH: Add str representation for catalog.datasets

    This just prints out a list of the datasets, which is pretty much what
    you always want.
    dopplershift committed Sep 14, 2017
    Configuration menu
    Copy the full SHA
    faf1de4 View commit details
    Browse the repository at this point in the history
  3. MNT: Fix test to actually check numerics

    No clue why it was ever deemed a good idea to use string representation
    of a value to check this (maybe no numpy dependence at the time?), but
    it's breaking on Python 3.7. Move to a proper test with
    assert_almost_equal.
    dopplershift committed Sep 14, 2017
    Configuration menu
    Copy the full SHA
    d61756c View commit details
    Browse the repository at this point in the history