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

Plot function bugs fixed #2319

Merged
merged 5 commits into from Jul 4, 2019
Merged

Commits on Jun 13, 2019

  1. Plot function bugs fixed

    - fixed matplot lib import
    - fixed samples query (v definition_
    - fixed frequency and labels logic
    BLaZeKiLL committed Jun 13, 2019
    Copy the full SHA
    bd756be View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2019

  1. nonexistent keys fixed

    if added to samples query to check if c in self
    BLaZeKiLL committed Jun 14, 2019
    Copy the full SHA
    86a7d88 View commit details
    Browse the repository at this point in the history
  2. name added

    BLaZeKiLL committed Jun 14, 2019
    Copy the full SHA
    3c4bfa0 View commit details
    Browse the repository at this point in the history
  3. test_polt inputs fixed

    conditions input for the test plot should be a list for strings rather than a string
    BLaZeKiLL committed Jun 14, 2019
    Copy the full SHA
    7d8bef3 View commit details
    Browse the repository at this point in the history
  4. fixed retrieval of conditions from kwargs

    previously samples used to check if c in self and that would pass the unit test 
    The output would be a graph with no plots but a legend with non existent conditions
    The correct output should have no conditions in the legend for non existent keys
    Hence in the case of conditions being supplied through kwargs it need to be checked with self(conditions exist in self or not)
    BLaZeKiLL committed Jun 14, 2019
    Copy the full SHA
    ecdcc57 View commit details
    Browse the repository at this point in the history