You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is an umbrella issue for the warning cleanup, basically the exception list in setup.cfg has to be minimized to the bare minimum by removin the following (after they are either fixed in the codebase or properly catched). Some specific warnings have their own issue to provide smaller starter PR options for new contributors. I would suggest to address this issue gradually during a course of multiple, quicker, smaller PRs rather than one big one that is being around for a longer time:
Some of the vo warnings above are indeed coming from vo_conesearch, but roughly half of them originate in other modules while using astropy.io.votable. As opposed to vo_conesearch (which has its days numbered), those should ideally be fixed or properly caught.
This is an umbrella issue for the warning cleanup, basically the exception list in
setup.cfg
has to be minimized to the bare minimum by removin the following (after they are either fixed in the codebase or properly catched). Some specific warnings have their own issue to provide smaller starter PR options for new contributors. I would suggest to address this issue gradually during a course of multiple, quicker, smaller PRs rather than one big one that is being around for a longer time:UserWarning
s raised by the testing suite #2055) (PR TST: fix warnings and stop ignoring them #2520)The text was updated successfully, but these errors were encountered: