Skip to content

Commit

Permalink
Merge pull request #16 from ayushanand18/update-dependency
Browse files Browse the repository at this point in the history
Update dependency to build new docs, fix failing tests
  • Loading branch information
7yl4r authored May 19, 2023
2 parents 894db6e + 9b55b99 commit 708e050
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pydwcviz/taxon/test_taxon.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def test_plot_dist():

def test_latdist():
"""Test latitude distriution function - both interactive and non-interactive"""
assert taxon.latdist(occurrences.search(scientificname = "Mola mola", size=100).execute(), level="species", interactive=False).__class__.__name__ == "AxesSubplot"
assert taxon.latdist(occurrences.search(scientificname = "Mola mola", size=100).execute(), level="species", interactive=False).__class__.__name__ == "Axes"

fig = taxon.latdist(occurrences.search(scientificname = "Mola mola", size=100).execute(), level="species", interactive=True)
assert fig.__class__.__name__ == "Figure"
2 changes: 2 additions & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ matplotlib
plotly
pyobis
seaborn
geopandas
scipy
flake8
black
check-manifest
Expand Down

0 comments on commit 708e050

Please sign in to comment.