-
Notifications
You must be signed in to change notification settings - Fork 8
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
Timeseries tests #273
Timeseries tests #273
Commits on Feb 6, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 8344d56 - Browse repository at this point
Copy the full SHA 8344d56View commit details
Commits on Feb 12, 2020
-
Merge pull request #2 from earthlab/master
Update setuptools from 42.0.2 to 45.2.0 (earthlab#190)
Configuration menu - View commit details
-
Copy full SHA for b87394d - Browse repository at this point
Copy the full SHA b87394dView commit details -
Merge pull request #3 from earthlab/master
raster inherits from vector rather than base (earthlab#76)
Configuration menu - View commit details
-
Copy full SHA for 7cf2703 - Browse repository at this point
Copy the full SHA 7cf2703View commit details
Commits on Feb 13, 2020
-
Merge pull request #4 from earthlab/master
Allow geodataframes in assert_polygons (earthlab#188)
Configuration menu - View commit details
-
Copy full SHA for c4d904e - Browse repository at this point
Copy the full SHA c4d904eView commit details -
Configuration menu - View commit details
-
Copy full SHA for c6deb54 - Browse repository at this point
Copy the full SHA c6deb54View commit details
Commits on Feb 17, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 30b4aa1 - Browse repository at this point
Copy the full SHA 30b4aa1View commit details
Commits on Mar 3, 2020
-
Merge pull request #8 from earthlab/master
Add flake8 fix [WIP] (earthlab#199)
Configuration menu - View commit details
-
Copy full SHA for 6ab2486 - Browse repository at this point
Copy the full SHA 6ab2486View commit details
Commits on Mar 7, 2020
-
Merge pull request #9 from earthlab/master
Assert string accept spaces (earthlab#205)
Configuration menu - View commit details
-
Copy full SHA for 5077e25 - Browse repository at this point
Copy the full SHA 5077e25View commit details
Commits on Mar 11, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 4ff1b26 - Browse repository at this point
Copy the full SHA 4ff1b26View commit details
Commits on Mar 16, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 6f54aea - Browse repository at this point
Copy the full SHA 6f54aeaView commit details
Commits on Mar 19, 2020
-
Merge pull request #11 from earthlab/master
Add Assert points function & cleanup duplicate methods (earthlab#203)
Configuration menu - View commit details
-
Copy full SHA for de25545 - Browse repository at this point
Copy the full SHA de25545View commit details -
Merge pull request #12 from earthlab/master
Update pytest from 5.3.5 to 5.4.1
Configuration menu - View commit details
-
Copy full SHA for 2f2f01d - Browse repository at this point
Copy the full SHA 2f2f01dView commit details
Commits on Mar 20, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 031a710 - Browse repository at this point
Copy the full SHA 031a710View commit details
Commits on Mar 23, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 7bb3216 - Browse repository at this point
Copy the full SHA 7bb3216View commit details
Commits on Mar 24, 2020
-
Merge pull request #15 from earthlab/master
Add tests to the Autograde module (earthlab#224)
Configuration menu - View commit details
-
Copy full SHA for cd169d3 - Browse repository at this point
Copy the full SHA cd169d3View commit details
Commits on Mar 26, 2020
-
Fixed a bug where assert_xydata() sometimes failed to compare numpy a…
…rrays when dtype was object
Configuration menu - View commit details
-
Copy full SHA for bfafa8a - Browse repository at this point
Copy the full SHA bfafa8aView commit details -
Changed behavior of assert_xydata() to display standard error message…
… when xy_data and xy_expected do not have the same shape.
Configuration menu - View commit details
-
Copy full SHA for 5a53ad4 - Browse repository at this point
Copy the full SHA 5a53ad4View commit details
Commits on Mar 27, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 71d43f7 - Browse repository at this point
Copy the full SHA 71d43f7View commit details
Commits on Mar 30, 2020
-
Configuration menu - View commit details
-
Copy full SHA for e0e3c34 - Browse repository at this point
Copy the full SHA e0e3c34View commit details
Commits on Apr 6, 2020
-
remove extensive docs within test file
Leah Wasser authoredApr 6, 2020 Configuration menu - View commit details
-
Copy full SHA for 39ba373 - Browse repository at this point
Copy the full SHA 39ba373View commit details -
Merge pull request #17 from earthlab/master
Title assert accepts strings (earthlab#229)
Configuration menu - View commit details
-
Copy full SHA for 60e57e4 - Browse repository at this point
Copy the full SHA 60e57e4View commit details
Commits on Apr 20, 2020
-
Merge pull request #18 from earthlab/master
M2r remove (earthlab#247)
Configuration menu - View commit details
-
Copy full SHA for 5569d18 - Browse repository at this point
Copy the full SHA 5569d18View commit details -
Configuration menu - View commit details
-
Copy full SHA for 90b8128 - Browse repository at this point
Copy the full SHA 90b8128View commit details -
Configuration menu - View commit details
-
Copy full SHA for c96321c - Browse repository at this point
Copy the full SHA c96321cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e26cba - Browse repository at this point
Copy the full SHA 8e26cbaView commit details -
fixing a few syntax errors (earthlab#194)
* First draft of get_images function * Added a test for get_image * Changelog update * minor formatting change. * black changes * fixing a few syntax errors * Update matplotcheck/raster.py Co-Authored-By: Leah Wasser <[email protected]> * remove tabls Co-authored-by: Nathan Korinek <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 49c4c24 - Browse repository at this point
Copy the full SHA 49c4c24View commit details -
Configuration menu - View commit details
-
Copy full SHA for da32ef9 - Browse repository at this point
Copy the full SHA da32ef9View commit details -
Configuration menu - View commit details
-
Copy full SHA for f842822 - Browse repository at this point
Copy the full SHA f842822View commit details -
Add flake8 fix [WIP] (earthlab#199)
* add flake 8 * yay cleanup * update change log * add flake 8 dep * autograde flake8 fixes * Fixed base to be flake8 compliant (phew) * more line length issues * Made folium.py flake8 compliant * made notebook.py flake8 compliant * Fixed raster.py for flake8 * Fixed timeseries.py * fixed conftest.py * fixed test_base.py * fixed test_base_axis.py * fixed text_base_data.py * fixed test_base_legends.py * fixed test_base_titles_captions.py * Format files to be flake8 acceptable (earthlab#197) * autograde flake8 fixes * Fixed base to be flake8 compliant (phew) * Made folium.py flake8 compliant * made notebook.py flake8 compliant * Fixed raster.py for flake8 * Fixed timeseries.py * fixed conftest.py * fixed test_base.py * Fixed test_raster.py and issue with legends tests * black * more black changes * Fixing merge conflicts that were found * Changing accepted changes * minor changes * Changing to make CI happy, modified to pass black and make -B docs * Reformatting to make black and flake8 happy. Also updated crs assignment * Fixed formatting issue with timeseries * Better fix for timeseries formatting * Black Co-authored-by: Leah Wasser <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for eee471f - Browse repository at this point
Copy the full SHA eee471fView commit details -
Assert string accept spaces (earthlab#205)
* Made it so that assert_string_contains accepts key words with spaces * black * renaming function * Showed assert_title_contains working with a space in the keyword in vignette
Configuration menu - View commit details
-
Copy full SHA for 77e8f76 - Browse repository at this point
Copy the full SHA 77e8f76View commit details -
Update codecov to 2.0.16 (earthlab#202)
* Update codecov from 2.0.15 to 2.0.16 * update from master (earthlab#211) * Add flake8 fix [WIP] (earthlab#199) * add flake 8 * yay cleanup * update change log * add flake 8 dep * autograde flake8 fixes * Fixed base to be flake8 compliant (phew) * more line length issues * Made folium.py flake8 compliant * made notebook.py flake8 compliant * Fixed raster.py for flake8 * Fixed timeseries.py * fixed conftest.py * fixed test_base.py * fixed test_base_axis.py * fixed text_base_data.py * fixed test_base_legends.py * fixed test_base_titles_captions.py * Format files to be flake8 acceptable (earthlab#197) * autograde flake8 fixes * Fixed base to be flake8 compliant (phew) * Made folium.py flake8 compliant * made notebook.py flake8 compliant * Fixed raster.py for flake8 * Fixed timeseries.py * fixed conftest.py * fixed test_base.py * Fixed test_raster.py and issue with legends tests * black * more black changes * Fixing merge conflicts that were found * Changing accepted changes * minor changes * Changing to make CI happy, modified to pass black and make -B docs * Reformatting to make black and flake8 happy. Also updated crs assignment * Fixed formatting issue with timeseries * Better fix for timeseries formatting * Black Co-authored-by: Leah Wasser <[email protected]> * Assert string accept spaces (earthlab#205) * Made it so that assert_string_contains accepts key words with spaces * black * renaming function * Showed assert_title_contains working with a space in the keyword in vignette Co-authored-by: Nathan Korinek <[email protected]> Co-authored-by: Leah Wasser <[email protected]> Co-authored-by: Nathan Korinek <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 99e961a - Browse repository at this point
Copy the full SHA 99e961aView commit details -
Contributors update (earthlab#213)
* Added contributor rst file and moved that information out of the README file * Implemented requested changes to README
Configuration menu - View commit details
-
Copy full SHA for 3c37b7d - Browse repository at this point
Copy the full SHA 3c37b7dView commit details -
Configuration menu - View commit details
-
Copy full SHA for d2dfa5a - Browse repository at this point
Copy the full SHA d2dfa5aView commit details -
Add Assert points function & cleanup duplicate methods (earthlab#203)
* Added a get_points() and assert_points() function to the vector tester. * Added in get_points() and assert_points() functions with tests * Added proper documentation * Small fix to please codacy * black * Updated changelog * Rough draft for bug fix * Fixed bug with multiple geometries plotted alongside bug with identical x values causing failure! * typo * Fixed small bug with markersize * Added comments explaining code * Taking out redundant tests * Typo * Fixing how vector checks for truth value of a dataframe
Configuration menu - View commit details
-
Copy full SHA for 6b142e8 - Browse repository at this point
Copy the full SHA 6b142e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ea9490 - Browse repository at this point
Copy the full SHA 7ea9490View commit details -
Configuration menu - View commit details
-
Copy full SHA for a782271 - Browse repository at this point
Copy the full SHA a782271View commit details -
Additional vector tests (earthlab#212)
* Added a get_points() and assert_points() function to the vector tester. * Added in get_points() and assert_points() functions with tests * Added proper documentation * Small fix to please codacy * black * Updated changelog * First round of tests for vector * black * Rough draft for bug fix * Fixed bug with multiple geometries plotted alongside bug with identical x values causing failure! * typo * Fixed small bug with markersize * Added comments explaining code * rough drafts of more tests * Added more tests for legends * Added more tests, and took out broken tests * small codacy fix * Fixed test! * Taking out redundant tests * Took out unneccesary tests * Added plt.close * Added more tests * Typo * more tests for uncovered parts of the vector file * black * Fixed issues with vector checking truth value of dataframe, and added tests * Fixing how vector checks for truth value of a dataframe * Added more coverage! * Broke tests up into individual files * black * Added tests for outlier cases * Update matplotcheck/tests/test_points.py typo Co-Authored-By: Leah Wasser <[email protected]> * took plt.gca() out of tests * Added changes suggested on GitHub * Update CHANGELOG.md * fix import order * import order fix * import order * import order Co-authored-by: Leah Wasser <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e7b4652 - Browse repository at this point
Copy the full SHA e7b4652View commit details -
Add tests to the Autograde module (earthlab#224)
* Added tests for the autograde module * removed unneccesary import * Fixing issues that were failing in base_data * codacy * flake8 * Update matplotcheck/tests/test_autograde.py Co-Authored-By: Leah Wasser <[email protected]> * Update matplotcheck/tests/test_autograde.py Co-Authored-By: Leah Wasser <[email protected]> * Update matplotcheck/tests/test_autograde.py Co-Authored-By: Leah Wasser <[email protected]> * Update matplotcheck/tests/test_autograde.py Co-Authored-By: Leah Wasser <[email protected]> * Update matplotcheck/tests/test_autograde.py Co-Authored-By: Leah Wasser <[email protected]> * Updated changelog * flake8 fix Co-authored-by: Leah Wasser <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0f2fc16 - Browse repository at this point
Copy the full SHA 0f2fc16View commit details -
Hist bin midpoints (earthlab#204)
* Add a get and assert function for bin midpoints, as well as tests for those functions * Updated docstrings * Added changelog changes and fixed minor formatting issue * small flake8 fix * Added midpoints functionatlity to the vignette for histogram testing * Adding in changes suggested on GitHub1 * Fixed function description * Took out all instances of in example * update docs * Fixed small bug with section titles * Update matplotcheck/tests/test_base_data.py * reworded changelog Co-authored-by: Leah Wasser <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 27251c3 - Browse repository at this point
Copy the full SHA 27251c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for f3c384f - Browse repository at this point
Copy the full SHA f3c384fView commit details -
Title assert accepts strings (earthlab#229)
* Fixed assert_title_contains to take strings as well as lists * Better implementation * Changelog update Co-authored-by: Leah Wasser <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 654b3d1 - Browse repository at this point
Copy the full SHA 654b3d1View commit details -
* Removed m2r from matplotcheck, and reformated code of conduct * Seeing if rebase works * removed an m2r import * Fixing up the docs a bit * changelog updates
Configuration menu - View commit details
-
Copy full SHA for 34e20da - Browse repository at this point
Copy the full SHA 34e20daView commit details -
Configuration menu - View commit details
-
Copy full SHA for eb4c2d8 - Browse repository at this point
Copy the full SHA eb4c2d8View commit details -
# This is a combination of 2 commits.
# This is the 1st commit message: Update setuptools from 42.0.2 to 45.2.0 (earthlab#190) raster inherits from vector rather than base (earthlab#76) Allow geodataframes in assert_polygons (earthlab#188) fixing a few syntax errors (earthlab#194) * First draft of get_images function * Added a test for get_image * Changelog update * minor formatting change. * black changes * fixing a few syntax errors * Update matplotcheck/raster.py Co-Authored-By: Leah Wasser <[email protected]> * remove tabls Co-authored-by: Nathan Korinek <[email protected]> update changelog for release Bump version: 0.1.1 → 0.1.2 Add flake8 fix [WIP] (earthlab#199) * add flake 8 * yay cleanup * update change log * add flake 8 dep * autograde flake8 fixes * Fixed base to be flake8 compliant (phew) * more line length issues * Made folium.py flake8 compliant * made notebook.py flake8 compliant * Fixed raster.py for flake8 * Fixed timeseries.py * fixed conftest.py * fixed test_base.py * fixed test_base_axis.py * fixed text_base_data.py * fixed test_base_legends.py * fixed test_base_titles_captions.py * Format files to be flake8 acceptable (earthlab#197) * autograde flake8 fixes * Fixed base to be flake8 compliant (phew) * Made folium.py flake8 compliant * made notebook.py flake8 compliant * Fixed raster.py for flake8 * Fixed timeseries.py * fixed conftest.py * fixed test_base.py * Fixed test_raster.py and issue with legends tests * black * more black changes * Fixing merge conflicts that were found * Changing accepted changes * minor changes * Changing to make CI happy, modified to pass black and make -B docs * Reformatting to make black and flake8 happy. Also updated crs assignment * Fixed formatting issue with timeseries * Better fix for timeseries formatting * Black Co-authored-by: Leah Wasser <[email protected]> Assert string accept spaces (earthlab#205) * Made it so that assert_string_contains accepts key words with spaces * black * renaming function * Showed assert_title_contains working with a space in the keyword in vignette Update codecov to 2.0.16 (earthlab#202) * Update codecov from 2.0.15 to 2.0.16 * update from master (earthlab#211) * Add flake8 fix [WIP] (earthlab#199) * add flake 8 * yay cleanup * update change log * add flake 8 dep * autograde flake8 fixes * Fixed base to be flake8 compliant (phew) * more line length issues * Made folium.py flake8 compliant * made notebook.py flake8 compliant * Fixed raster.py for flake8 * Fixed timeseries.py * fixed conftest.py * fixed test_base.py * fixed test_base_axis.py * fixed text_base_data.py * fixed test_base_legends.py * fixed test_base_titles_captions.py * Format files to be flake8 acceptable (earthlab#197) * autograde flake8 fixes * Fixed base to be flake8 compliant (phew) * Made folium.py flake8 compliant * made notebook.py flake8 compliant * Fixed raster.py for flake8 * Fixed timeseries.py * fixed conftest.py * fixed test_base.py * Fixed test_raster.py and issue with legends tests * black * more black changes * Fixing merge conflicts that were found * Changing accepted changes * minor changes * Changing to make CI happy, modified to pass black and make -B docs * Reformatting to make black and flake8 happy. Also updated crs assignment * Fixed formatting issue with timeseries * Better fix for timeseries formatting * Black Co-authored-by: Leah Wasser <[email protected]> * Assert string accept spaces (earthlab#205) * Made it so that assert_string_contains accepts key words with spaces * black * renaming function * Showed assert_title_contains working with a space in the keyword in vignette Co-authored-by: Nathan Korinek <[email protected]> Co-authored-by: Leah Wasser <[email protected]> Co-authored-by: Nathan Korinek <[email protected]> Contributors update (earthlab#213) * Added contributor rst file and moved that information out of the README file * Implemented requested changes to README Update setuptools from 45.2.0 to 46.0.0 (earthlab#215) Add Assert points function & cleanup duplicate methods (earthlab#203) * Added a get_points() and assert_points() function to the vector tester. * Added in get_points() and assert_points() functions with tests * Added proper documentation * Small fix to please codacy * black * Updated changelog * Rough draft for bug fix * Fixed bug with multiple geometries plotted alongside bug with identical x values causing failure! * typo * Fixed small bug with markersize * Added comments explaining code * Taking out redundant tests * Typo * Fixing how vector checks for truth value of a dataframe Update pytest from 5.3.5 to 5.4.1 merge Additional vector tests (earthlab#212) * Added a get_points() and assert_points() function to the vector tester. * Added in get_points() and assert_points() functions with tests * Added proper documentation * Small fix to please codacy * black * Updated changelog * First round of tests for vector * black * Rough draft for bug fix * Fixed bug with multiple geometries plotted alongside bug with identical x values causing failure! * typo * Fixed small bug with markersize * Added comments explaining code * rough drafts of more tests * Added more tests for legends * Added more tests, and took out broken tests * small codacy fix * Fixed test! * Taking out redundant tests * Took out unneccesary tests * Added plt.close * Added more tests * Typo * more tests for uncovered parts of the vector file * black * Fixed issues with vector checking truth value of dataframe, and added tests * Fixing how vector checks for truth value of a dataframe * Added more coverage! * Broke tests up into individual files * black * Added tests for outlier cases * Update matplotcheck/tests/test_points.py typo Co-Authored-By: Leah Wasser <[email protected]> * took plt.gca() out of tests * Added changes suggested on GitHub * Update CHANGELOG.md * fix import order * import order fix * import order * import order Co-authored-by: Leah Wasser <[email protected]> Add tests to the Autograde module (earthlab#224) * Added tests for the autograde module * removed unneccesary import * Fixing issues that were failing in base_data * codacy * flake8 * Update matplotcheck/tests/test_autograde.py Co-Authored-By: Leah Wasser <[email protected]> * Update matplotcheck/tests/test_autograde.py Co-Authored-By: Leah Wasser <[email protected]> * Update matplotcheck/tests/test_autograde.py Co-Authored-By: Leah Wasser <[email protected]> * Update matplotcheck/tests/test_autograde.py Co-Authored-By: Leah Wasser <[email protected]> * Update matplotcheck/tests/test_autograde.py Co-Authored-By: Leah Wasser <[email protected]> * Updated changelog * flake8 fix Co-authored-by: Leah Wasser <[email protected]> Hist bin midpoints (earthlab#204) * Add a get and assert function for bin midpoints, as well as tests for those functions * Updated docstrings * Added changelog changes and fixed minor formatting issue * small flake8 fix * Added midpoints functionatlity to the vignette for histogram testing * Adding in changes suggested on GitHub1 * Fixed function description * Took out all instances of in example * update docs * Fixed small bug with section titles * Update matplotcheck/tests/test_base_data.py * reworded changelog Co-authored-by: Leah Wasser <[email protected]> Update setuptools from 46.1.1 to 46.1.3 (earthlab#231) Title assert accepts strings (earthlab#229) * Fixed assert_title_contains to take strings as well as lists * Better implementation * Changelog update Co-authored-by: Leah Wasser <[email protected]> M2r remove (earthlab#247) * Removed m2r from matplotcheck, and reformated code of conduct * Seeing if rebase works * removed an m2r import * Fixing up the docs a bit * changelog updates Allow geodataframes in assert_polygons (earthlab#188) fixing a few syntax errors (earthlab#194) * First draft of get_images function * Added a test for get_image * Changelog update * minor formatting change. * black changes * fixing a few syntax errors * Update matplotcheck/raster.py Co-Authored-By: Leah Wasser <[email protected]> * remove tabls Co-authored-by: Nathan Korinek <[email protected]> Get images function (earthlab#193) * First draft of get_images function * Added a test for get_image * Changelog update * minor formatting change. * black changes * Update matplotcheck/raster.py Co-Authored-By: Leah Wasser <[email protected]> Co-authored-by: Leah Wasser <[email protected]> Bump version: 0.1.1 → 0.1.2 Add flake8 fix [WIP] (earthlab#199) * add flake 8 * yay cleanup * update change log * add flake 8 dep * autograde flake8 fixes * Fixed base to be flake8 compliant (phew) * more line length issues * Made folium.py flake8 compliant * made notebook.py flake8 compliant * Fixed raster.py for flake8 * Fixed timeseries.py * fixed conftest.py * fixed test_base.py * fixed test_base_axis.py * fixed text_base_data.py * fixed test_base_legends.py * fixed test_base_titles_captions.py * Format files to be flake8 acceptable (earthlab#197) * autograde flake8 fixes * Fixed base to be flake8 compliant (phew) * Made folium.py flake8 compliant * made notebook.py flake8 compliant * Fixed raster.py for flake8 * Fixed timeseries.py * fixed conftest.py * fixed test_base.py * Fixed test_raster.py and issue with legends tests * black * more black changes * Fixing merge conflicts that were found * Changing accepted changes * minor changes * Changing to make CI happy, modified to pass black and make -B docs * Reformatting to make black and flake8 happy. Also updated crs assignment * Fixed formatting issue with timeseries * Better fix for timeseries formatting * Black Co-authored-by: Leah Wasser <[email protected]> Contributors update (earthlab#213) * Added contributor rst file and moved that information out of the README file * Implemented requested changes to README Add Assert points function & cleanup duplicate methods (earthlab#203) * Added a get_points() and assert_points() function to the vector tester. * Added in get_points() and assert_points() functions with tests * Added proper documentation * Small fix to please codacy * black * Updated changelog * Rough draft for bug fix * Fixed bug with multiple geometries plotted alongside bug with identical x values causing failure! * typo * Fixed small bug with markersize * Added comments explaining code * Taking out redundant tests * Typo * Fixing how vector checks for truth value of a dataframe Additional vector tests (earthlab#212) * Added a get_points() and assert_points() function to the vector tester. * Added in get_points() and assert_points() functions with tests * Added proper documentation * Small fix to please codacy * black * Updated changelog * First round of tests for vector * black * Rough draft for bug fix * Fixed bug with multiple geometries plotted alongside bug with identical x values causing failure! * typo * Fixed small bug with markersize * Added comments explaining code * rough drafts of more tests * Added more tests for legends * Added more tests, and took out broken tests * small codacy fix * Fixed test! * Taking out redundant tests * Took out unneccesary tests * Added plt.close * Added more tests * Typo * more tests for uncovered parts of the vector file * black * Fixed issues with vector checking truth value of dataframe, and added tests * Fixing how vector checks for truth value of a dataframe * Added more coverage! * Broke tests up into individual files * black * Added tests for outlier cases * Update matplotcheck/tests/test_points.py typo Co-Authored-By: Leah Wasser <[email protected]> * took plt.gca() out of tests * Added changes suggested on GitHub * Update CHANGELOG.md * fix import order * import order fix * import order * import order Co-authored-by: Leah Wasser <[email protected]> # This is the commit message #2: Update setuptools from 46.1.1 to 46.1.3 (earthlab#231)
Configuration menu - View commit details
-
Copy full SHA for 3f07d9b - Browse repository at this point
Copy the full SHA 3f07d9bView commit details -
Configuration menu - View commit details
-
Copy full SHA for beae1b5 - Browse repository at this point
Copy the full SHA beae1b5View commit details
Commits on Apr 23, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 1868034 - Browse repository at this point
Copy the full SHA 1868034View commit details -
Merge branch 'timeseries_tests_2' of https://github.com/ryla5068/matp…
…lotcheck into timeseries_tests_2
Configuration menu - View commit details
-
Copy full SHA for 152a291 - Browse repository at this point
Copy the full SHA 152a291View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5046a68 - Browse repository at this point
Copy the full SHA 5046a68View commit details -
Configuration menu - View commit details
-
Copy full SHA for 66b8206 - Browse repository at this point
Copy the full SHA 66b8206View commit details -
* add pillow as a dev requirement * update for pillow addition
Configuration menu - View commit details
-
Copy full SHA for 63fa4e0 - Browse repository at this point
Copy the full SHA 63fa4e0View commit details
Commits on Apr 24, 2020
-
Co-Authored-By: Nathan Korinek <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f33993f - Browse repository at this point
Copy the full SHA f33993fView commit details
Commits on Apr 27, 2020
-
Leah Wasser authored
Apr 27, 2020 Configuration menu - View commit details
-
Copy full SHA for 8035977 - Browse repository at this point
Copy the full SHA 8035977View commit details -
Leah Wasser authored
Apr 27, 2020 Configuration menu - View commit details
-
Copy full SHA for 3adf713 - Browse repository at this point
Copy the full SHA 3adf713View commit details -
Configuration menu - View commit details
-
Copy full SHA for f52150a - Browse repository at this point
Copy the full SHA f52150aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5f0fd98 - Browse repository at this point
Copy the full SHA 5f0fd98View commit details
Commits on May 1, 2020
-
Changelog to rst (earthlab#267)
* Update setuptools from 42.0.2 to 45.2.0 (earthlab#190) * raster inherits from vector rather than base (earthlab#76) * Allow geodataframes in assert_polygons (earthlab#188) * fixing a few syntax errors (earthlab#194) * First draft of get_images function * Added a test for get_image * Changelog update * minor formatting change. * black changes * fixing a few syntax errors * Update matplotcheck/raster.py Co-Authored-By: Leah Wasser <[email protected]> * remove tabls Co-authored-by: Nathan Korinek <[email protected]> * update changelog for release * Bump version: 0.1.1 → 0.1.2 * Add flake8 fix [WIP] (earthlab#199) * add flake 8 * yay cleanup * update change log * add flake 8 dep * autograde flake8 fixes * Fixed base to be flake8 compliant (phew) * more line length issues * Made folium.py flake8 compliant * made notebook.py flake8 compliant * Fixed raster.py for flake8 * Fixed timeseries.py * fixed conftest.py * fixed test_base.py * fixed test_base_axis.py * fixed text_base_data.py * fixed test_base_legends.py * fixed test_base_titles_captions.py * Format files to be flake8 acceptable (earthlab#197) * autograde flake8 fixes * Fixed base to be flake8 compliant (phew) * Made folium.py flake8 compliant * made notebook.py flake8 compliant * Fixed raster.py for flake8 * Fixed timeseries.py * fixed conftest.py * fixed test_base.py * Fixed test_raster.py and issue with legends tests * black * more black changes * Fixing merge conflicts that were found * Changing accepted changes * minor changes * Changing to make CI happy, modified to pass black and make -B docs * Reformatting to make black and flake8 happy. Also updated crs assignment * Fixed formatting issue with timeseries * Better fix for timeseries formatting * Black Co-authored-by: Leah Wasser <[email protected]> * Assert string accept spaces (earthlab#205) * Made it so that assert_string_contains accepts key words with spaces * black * renaming function * Showed assert_title_contains working with a space in the keyword in vignette * Update codecov to 2.0.16 (earthlab#202) * Update codecov from 2.0.15 to 2.0.16 * update from master (earthlab#211) * Add flake8 fix [WIP] (earthlab#199) * add flake 8 * yay cleanup * update change log * add flake 8 dep * autograde flake8 fixes * Fixed base to be flake8 compliant (phew) * more line length issues * Made folium.py flake8 compliant * made notebook.py flake8 compliant * Fixed raster.py for flake8 * Fixed timeseries.py * fixed conftest.py * fixed test_base.py * fixed test_base_axis.py * fixed text_base_data.py * fixed test_base_legends.py * fixed test_base_titles_captions.py * Format files to be flake8 acceptable (earthlab#197) * autograde flake8 fixes * Fixed base to be flake8 compliant (phew) * Made folium.py flake8 compliant * made notebook.py flake8 compliant * Fixed raster.py for flake8 * Fixed timeseries.py * fixed conftest.py * fixed test_base.py * Fixed test_raster.py and issue with legends tests * black * more black changes * Fixing merge conflicts that were found * Changing accepted changes * minor changes * Changing to make CI happy, modified to pass black and make -B docs * Reformatting to make black and flake8 happy. Also updated crs assignment * Fixed formatting issue with timeseries * Better fix for timeseries formatting * Black Co-authored-by: Leah Wasser <[email protected]> * Assert string accept spaces (earthlab#205) * Made it so that assert_string_contains accepts key words with spaces * black * renaming function * Showed assert_title_contains working with a space in the keyword in vignette Co-authored-by: Nathan Korinek <[email protected]> Co-authored-by: Leah Wasser <[email protected]> Co-authored-by: Nathan Korinek <[email protected]> * Contributors update (earthlab#213) * Added contributor rst file and moved that information out of the README file * Implemented requested changes to README * Update setuptools from 45.2.0 to 46.0.0 (earthlab#215) * Update pytest from 5.3.5 to 5.4.1 * Add Assert points function & cleanup duplicate methods (earthlab#203) * Added a get_points() and assert_points() function to the vector tester. * Added in get_points() and assert_points() functions with tests * Added proper documentation * Small fix to please codacy * black * Updated changelog * Rough draft for bug fix * Fixed bug with multiple geometries plotted alongside bug with identical x values causing failure! * typo * Fixed small bug with markersize * Added comments explaining code * Taking out redundant tests * Typo * Fixing how vector checks for truth value of a dataframe * merge * Additional vector tests (earthlab#212) * Added a get_points() and assert_points() function to the vector tester. * Added in get_points() and assert_points() functions with tests * Added proper documentation * Small fix to please codacy * black * Updated changelog * First round of tests for vector * black * Rough draft for bug fix * Fixed bug with multiple geometries plotted alongside bug with identical x values causing failure! * typo * Fixed small bug with markersize * Added comments explaining code * rough drafts of more tests * Added more tests for legends * Added more tests, and took out broken tests * small codacy fix * Fixed test! * Taking out redundant tests * Took out unneccesary tests * Added plt.close * Added more tests * Typo * more tests for uncovered parts of the vector file * black * Fixed issues with vector checking truth value of dataframe, and added tests * Fixing how vector checks for truth value of a dataframe * Added more coverage! * Broke tests up into individual files * black * Added tests for outlier cases * Update matplotcheck/tests/test_points.py typo Co-Authored-By: Leah Wasser <[email protected]> * took plt.gca() out of tests * Added changes suggested on GitHub * Update CHANGELOG.md * fix import order * import order fix * import order * import order Co-authored-by: Leah Wasser <[email protected]> * Add tests to the Autograde module (earthlab#224) * Added tests for the autograde module * removed unneccesary import * Fixing issues that were failing in base_data * codacy * flake8 * Update matplotcheck/tests/test_autograde.py Co-Authored-By: Leah Wasser <[email protected]> * Update matplotcheck/tests/test_autograde.py Co-Authored-By: Leah Wasser <[email protected]> * Update matplotcheck/tests/test_autograde.py Co-Authored-By: Leah Wasser <[email protected]> * Update matplotcheck/tests/test_autograde.py Co-Authored-By: Leah Wasser <[email protected]> * Update matplotcheck/tests/test_autograde.py Co-Authored-By: Leah Wasser <[email protected]> * Updated changelog * flake8 fix Co-authored-by: Leah Wasser <[email protected]> * Hist bin midpoints (earthlab#204) * Add a get and assert function for bin midpoints, as well as tests for those functions * Updated docstrings * Added changelog changes and fixed minor formatting issue * small flake8 fix * Added midpoints functionatlity to the vignette for histogram testing * Adding in changes suggested on GitHub1 * Fixed function description * Took out all instances of in example * update docs * Fixed small bug with section titles * Update matplotcheck/tests/test_base_data.py * reworded changelog Co-authored-by: Leah Wasser <[email protected]> * Update setuptools from 46.1.1 to 46.1.3 (earthlab#231) * Title assert accepts strings (earthlab#229) * Fixed assert_title_contains to take strings as well as lists * Better implementation * Changelog update Co-authored-by: Leah Wasser <[email protected]> * M2r remove (earthlab#247) * Removed m2r from matplotcheck, and reformated code of conduct * Seeing if rebase works * removed an m2r import * Fixing up the docs a bit * changelog updates * # This is a combination of 2 commits. # This is the 1st commit message: Update setuptools from 42.0.2 to 45.2.0 (earthlab#190) raster inherits from vector rather than base (earthlab#76) Allow geodataframes in assert_polygons (earthlab#188) fixing a few syntax errors (earthlab#194) * First draft of get_images function * Added a test for get_image * Changelog update * minor formatting change. * black changes * fixing a few syntax errors * Update matplotcheck/raster.py Co-Authored-By: Leah Wasser <[email protected]> * remove tabls Co-authored-by: Nathan Korinek <[email protected]> update changelog for release Bump version: 0.1.1 → 0.1.2 Add flake8 fix [WIP] (earthlab#199) * add flake 8 * yay cleanup * update change log * add flake 8 dep * autograde flake8 fixes * Fixed base to be flake8 compliant (phew) * more line length issues * Made folium.py flake8 compliant * made notebook.py flake8 compliant * Fixed raster.py for flake8 * Fixed timeseries.py * fixed conftest.py * fixed test_base.py * fixed test_base_axis.py * fixed text_base_data.py * fixed test_base_legends.py * fixed test_base_titles_captions.py * Format files to be flake8 acceptable (earthlab#197) * autograde flake8 fixes * Fixed base to be flake8 compliant (phew) * Made folium.py flake8 compliant * made notebook.py flake8 compliant * Fixed raster.py for flake8 * Fixed timeseries.py * fixed conftest.py * fixed test_base.py * Fixed test_raster.py and issue with legends tests * black * more black changes * Fixing merge conflicts that were found * Changing accepted changes * minor changes * Changing to make CI happy, modified to pass black and make -B docs * Reformatting to make black and flake8 happy. Also updated crs assignment * Fixed formatting issue with timeseries * Better fix for timeseries formatting * Black Co-authored-by: Leah Wasser <[email protected]> Assert string accept spaces (earthlab#205) * Made it so that assert_string_contains accepts key words with spaces * black * renaming function * Showed assert_title_contains working with a space in the keyword in vignette Update codecov to 2.0.16 (earthlab#202) * Update codecov from 2.0.15 to 2.0.16 * update from master (earthlab#211) * Add flake8 fix [WIP] (earthlab#199) * add flake 8 * yay cleanup * update change log * add flake 8 dep * autograde flake8 fixes * Fixed base to be flake8 compliant (phew) * more line length issues * Made folium.py flake8 compliant * made notebook.py flake8 compliant * Fixed raster.py for flake8 * Fixed timeseries.py * fixed conftest.py * fixed test_base.py * fixed test_base_axis.py * fixed text_base_data.py * fixed test_base_legends.py * fixed test_base_titles_captions.py * Format files to be flake8 acceptable (earthlab#197) * autograde flake8 fixes * Fixed base to be flake8 compliant (phew) * Made folium.py flake8 compliant * made notebook.py flake8 compliant * Fixed raster.py for flake8 * Fixed timeseries.py * fixed conftest.py * fixed test_base.py * Fixed test_raster.py and issue with legends tests * black * more black changes * Fixing merge conflicts that were found * Changing accepted changes * minor changes * Changing to make CI happy, modified to pass black and make -B docs * Reformatting to make black and flake8 happy. Also updated crs assignment * Fixed formatting issue with timeseries * Better fix for timeseries formatting * Black Co-authored-by: Leah Wasser <[email protected]> * Assert string accept spaces (earthlab#205) * Made it so that assert_string_contains accepts key words with spaces * black * renaming function * Showed assert_title_contains working with a space in the keyword in vignette Co-authored-by: Nathan Korinek <[email protected]> Co-authored-by: Leah Wasser <[email protected]> Co-authored-by: Nathan Korinek <[email protected]> Contributors update (earthlab#213) * Added contributor rst file and moved that information out of the README file * Implemented requested changes to README Update setuptools from 45.2.0 to 46.0.0 (earthlab#215) Add Assert points function & cleanup duplicate methods (earthlab#203) * Added a get_points() and assert_points() function to the vector tester. * Added in get_points() and assert_points() functions with tests * Added proper documentation * Small fix to please codacy * black * Updated changelog * Rough draft for bug fix * Fixed bug with multiple geometries plotted alongside bug with identical x values causing failure! * typo * Fixed small bug with markersize * Added comments explaining code * Taking out redundant tests * Typo * Fixing how vector checks for truth value of a dataframe Update pytest from 5.3.5 to 5.4.1 merge Additional vector tests (earthlab#212) * Added a get_points() and assert_points() function to the vector tester. * Added in get_points() and assert_points() functions with tests * Added proper documentation * Small fix to please codacy * black * Updated changelog * First round of tests for vector * black * Rough draft for bug fix * Fixed bug with multiple geometries plotted alongside bug with identical x values causing failure! * typo * Fixed small bug with markersize * Added comments explaining code * rough drafts of more tests * Added more tests for legends * Added more tests, and took out broken tests * small codacy fix * Fixed test! * Taking out redundant tests * Took out unneccesary tests * Added plt.close * Added more tests * Typo * more tests for uncovered parts of the vector file * black * Fixed issues with vector checking truth value of dataframe, and added tests * Fixing how vector checks for truth value of a dataframe * Added more coverage! * Broke tests up into individual files * black * Added tests for outlier cases * Update matplotcheck/tests/test_points.py typo Co-Authored-By: Leah Wasser <[email protected]> * took plt.gca() out of tests * Added changes suggested on GitHub * Update CHANGELOG.md * fix import order * import order fix * import order * import order Co-authored-by: Leah Wasser <[email protected]> Add tests to the Autograde module (earthlab#224) * Added tests for the autograde module * removed unneccesary import * Fixing issues that were failing in base_data * codacy * flake8 * Update matplotcheck/tests/test_autograde.py Co-Authored-By: Leah Wasser <[email protected]> * Update matplotcheck/tests/test_autograde.py Co-Authored-By: Leah Wasser <[email protected]> * Update matplotcheck/tests/test_autograde.py Co-Authored-By: Leah Wasser <[email protected]> * Update matplotcheck/tests/test_autograde.py Co-Authored-By: Leah Wasser <[email protected]> * Update matplotcheck/tests/test_autograde.py Co-Authored-By: Leah Wasser <[email protected]> * Updated changelog * flake8 fix Co-authored-by: Leah Wasser <[email protected]> Hist bin midpoints (earthlab#204) * Add a get and assert function for bin midpoints, as well as tests for those functions * Updated docstrings * Added changelog changes and fixed minor formatting issue * small flake8 fix * Added midpoints functionatlity to the vignette for histogram testing * Adding in changes suggested on GitHub1 * Fixed function description * Took out all instances of in example * update docs * Fixed small bug with section titles * Update matplotcheck/tests/test_base_data.py * reworded changelog Co-authored-by: Leah Wasser <[email protected]> Update setuptools from 46.1.1 to 46.1.3 (earthlab#231) Title assert accepts strings (earthlab#229) * Fixed assert_title_contains to take strings as well as lists * Better implementation * Changelog update Co-authored-by: Leah Wasser <[email protected]> M2r remove (earthlab#247) * Removed m2r from matplotcheck, and reformated code of conduct * Seeing if rebase works * removed an m2r import * Fixing up the docs a bit * changelog updates Allow geodataframes in assert_polygons (earthlab#188) fixing a few syntax errors (earthlab#194) * First draft of get_images function * Added a test for get_image * Changelog update * minor formatting change. * black changes * fixing a few syntax errors * Update matplotcheck/raster.py Co-Authored-By: Leah Wasser <[email protected]> * remove tabls Co-authored-by: Nathan Korinek <[email protected]> Get images function (earthlab#193) * First draft of get_images function * Added a test for get_image * Changelog update * minor formatting change. * black changes * Update matplotcheck/raster.py Co-Authored-By: Leah Wasser <[email protected]> Co-authored-by: Leah Wasser <[email protected]> Bump version: 0.1.1 → 0.1.2 Add flake8 fix [WIP] (earthlab#199) * add flake 8 * yay cleanup * update change log * add flake 8 dep * autograde flake8 fixes * Fixed base to be flake8 compliant (phew) * more line length issues * Made folium.py flake8 compliant * made notebook.py flake8 compliant * Fixed raster.py for flake8 * Fixed timeseries.py * fixed conftest.py * fixed test_base.py * fixed test_base_axis.py * fixed text_base_data.py * fixed test_base_legends.py * fixed test_base_titles_captions.py * Format files to be flake8 acceptable (earthlab#197) * autograde flake8 fixes * Fixed base to be flake8 compliant (phew) * Made folium.py flake8 compliant * made notebook.py flake8 compliant * Fixed raster.py for flake8 * Fixed timeseries.py * fixed conftest.py * fixed test_base.py * Fixed test_raster.py and issue with legends tests * black * more black changes * Fixing merge conflicts that were found * Changing accepted changes * minor changes * Changing to make CI happy, modified to pass black and make -B docs * Reformatting to make black and flake8 happy. Also updated crs assignment * Fixed formatting issue with timeseries * Better fix for timeseries formatting * Black Co-authored-by: Leah Wasser <[email protected]> Contributors update (earthlab#213) * Added contributor rst file and moved that information out of the README file * Implemented requested changes to README Add Assert points function & cleanup duplicate methods (earthlab#203) * Added a get_points() and assert_points() function to the vector tester. * Added in get_points() and assert_points() functions with tests * Added proper documentation * Small fix to please codacy * black * Updated changelog * Rough draft for bug fix * Fixed bug with multiple geometries plotted alongside bug with identical x values causing failure! * typo * Fixed small bug with markersize * Added comments explaining code * Taking out redundant tests * Typo * Fixing how vector checks for truth value of a dataframe Additional vector tests (earthlab#212) * Added a get_points() and assert_points() function to the vector tester. * Added in get_points() and assert_points() functions with tests * Added proper documentation * Small fix to please codacy * black * Updated changelog * First round of tests for vector * black * Rough draft for bug fix * Fixed bug with multiple geometries plotted alongside bug with identical x values causing failure! * typo * Fixed small bug with markersize * Added comments explaining code * rough drafts of more tests * Added more tests for legends * Added more tests, and took out broken tests * small codacy fix * Fixed test! * Taking out redundant tests * Took out unneccesary tests * Added plt.close * Added more tests * Typo * more tests for uncovered parts of the vector file * black * Fixed issues with vector checking truth value of dataframe, and added tests * Fixing how vector checks for truth value of a dataframe * Added more coverage! * Broke tests up into individual files * black * Added tests for outlier cases * Update matplotcheck/tests/test_points.py typo Co-Authored-By: Leah Wasser <[email protected]> * took plt.gca() out of tests * Added changes suggested on GitHub * Update CHANGELOG.md * fix import order * import order fix * import order * import order Co-authored-by: Leah Wasser <[email protected]> # This is the commit message #2: Update setuptools from 46.1.1 to 46.1.3 (earthlab#231) * fix copyright on docs (earthlab#244) * Add pillow (earthlab#254) * add pillow as a dev requirement * update for pillow addition * Changed the changelog to an rst file instead of a markdown file and added it to the docs build. * Put changelog changes into the new changelog lol Co-authored-by: pyup.io bot <[email protected]> Co-authored-by: Leah Wasser <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for efab5a2 - Browse repository at this point
Copy the full SHA efab5a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for a7dfdc7 - Browse repository at this point
Copy the full SHA a7dfdc7View commit details
Commits on May 4, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 473098a - Browse repository at this point
Copy the full SHA 473098aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ef9703 - Browse repository at this point
Copy the full SHA 8ef9703View commit details
Commits on May 7, 2020
-
Leah Wasser authored
May 7, 2020 Configuration menu - View commit details
-
Copy full SHA for c3990da - Browse repository at this point
Copy the full SHA c3990daView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1949eeb - Browse repository at this point
Copy the full SHA 1949eebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b887bd - Browse repository at this point
Copy the full SHA 7b887bdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a2252a - Browse repository at this point
Copy the full SHA 1a2252aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 176e613 - Browse repository at this point
Copy the full SHA 176e613View commit details -
Configuration menu - View commit details
-
Copy full SHA for 16af26b - Browse repository at this point
Copy the full SHA 16af26bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8059586 - Browse repository at this point
Copy the full SHA 8059586View commit details
Commits on May 8, 2020
-
Configuration menu - View commit details
-
Copy full SHA for cc2d740 - Browse repository at this point
Copy the full SHA cc2d740View commit details