Skip to content

Commit

Permalink
simplejson parser error #300
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhuoqing Fang authored and Zhuoqing Fang committed Feb 9, 2025
1 parent 43b200f commit 92b449d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gseapy/enrichr.py
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ def get_results_with_background(
if not response.ok:
self._logger.error("Error fetching enrichment results: %s" % self._gs)

data = response.json()
data = response.json(allow_nan=True)
# Note: missig Overlap column
colnames = [
"Rank",
Expand Down

0 comments on commit 92b449d

Please sign in to comment.