We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c6065b commit 73ec640Copy full SHA for 73ec640
fedivertex/main.py
@@ -170,7 +170,7 @@ def get_graph(
170
"You must provide either the date or the index of the graph, not both."
171
)
172
173
- if index:
+ if index is not None:
174
date = self._fetch_date_index(software, graph_type, index)
175
176
if index is None and date is None:
setup.py
@@ -6,7 +6,7 @@
6
7
setup(
8
name="fedivertex",
9
- version="0.9.7",
+ version="0.9.8",
10
author="Marc DAMIE",
11
author_email="marc.damie@inria.fr",
12
description="Interface to download and interact with Fedivertex, the Fediverse Graph Dataset",
0 commit comments