Skip to content

Commit

Permalink
Merge pull request #21 from Seshat-Global-History-Databank/small-edits
Browse files Browse the repository at this point in the history
Small edits
  • Loading branch information
edwardchalstrey1 authored Oct 31, 2024
2 parents f9680b7 + 4739477 commit 78b2bcd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion examples/camels.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"metadata": {},
"outputs": [],
"source": [
"from seshat_api import SeshatAPI, get_variable_classes\n",
"from seshat_api import SeshatAPI\n",
"import pandas as pd\n",
"import matplotlib.pyplot as plt"
]
Expand Down
1 change: 1 addition & 0 deletions tests/test_seshat_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ def test_get_variable_classes():
assert "BigPonies" not in vc


# TODO: Use mocking instead of relying on the API
def test_get_frequencies():
# Only run this test if we can access the API url
base_url = "https://seshatdata.com/api"
Expand Down

0 comments on commit 78b2bcd

Please sign in to comment.