facebookresearch / balance

The balance python package offers a simple workflow and methods for dealing with biased data samples when looking to infer from them to some target population of interest.
https://import-balance.org
GNU General Public License v2.0
686 stars 41 forks source link

Fix test to support matplotlib 3.7 #32

Closed stevemandala closed 1 year ago

stevemandala commented 1 year ago

Summary: Newly released matplotlib 3.7 breaks balance tests: https://github.com/facebookresearch/balance/actions/runs/4165767894/jobs/7209222373

Cause is a change to how axes/subplot classes are set up: https://github.com/matplotlib/matplotlib/commit/c73f4c455514cf5422d27bf38c93250de8316b21

quick fix for cross compatibility between internal and oss is to remove the test for now.

Differential Revision: D43293050

facebook-github-bot commented 1 year ago

This pull request was exported from Phabricator. Differential Revision: D43293050

facebook-github-bot commented 1 year ago

This pull request was exported from Phabricator. Differential Revision: D43293050

facebook-github-bot commented 1 year ago

This pull request has been merged in facebookresearch/balance@4913b1c54148aaed0230203cd44ae05b9787bfd8.