Skip to content

Commit

Permalink
Ignore DALOverflowWarning thrown on truncated long query results
Browse files Browse the repository at this point in the history
  • Loading branch information
juanmcloaiza committed Dec 5, 2024
1 parent 2db8538 commit 9b6a4d8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,8 @@ filterwarnings =
ignore:numpy.core:DeprecationWarning
# SHA module deprecation/defunct
ignore:The upstream SHA API has been changed:UserWarning
# Enable TAP-querying a small number of records without raising a pyvo.dal.exceptions.DALOverflowWarning
ignore:Partial result set. Potential causes MAXREC, async storage space, etc.:pyvo.dal.exceptions.DALOverflowWarning


markers =
Expand Down

0 comments on commit 9b6a4d8

Please sign in to comment.