aws / fmeval

Foundation Model Evaluations Library
http://aws.github.io/fmeval
Apache License 2.0
151 stars 40 forks source link

test: update matplotlib version and figure cell init test #259

Closed oyangz closed 2 months ago

oyangz commented 2 months ago

Issue #, if available:

Description of changes:

Updating matplotlib from v3.8.2 to v3.8.3 caused the encoded string in test_figure_cell_init to change slightly. This PR updates the pinned min matplotlib version in pyproject.toml and the expected encoded string in the unit test.

I manually generated the test figures and verified that they are the same as before the version update.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.