IAMconsortium / pyam

Analysis & visualization of energy & climate scenarios
https://pyam-iamc.readthedocs.io/
Apache License 2.0
226 stars 118 forks source link

Plotting tests not active on Travis #327

Closed danielhuppmann closed 4 years ago

danielhuppmann commented 4 years ago

For some (weird) reason, Travis (Linux & Mac) downloads freetype v2.9.1 as part of the install

image

but then skips all plotting tests

image

because of this line https://github.com/IAMconsortium/pyam/blob/1592ca71e8c0f4a8c7e09faca431d30a7fbc6b3d/tests/test_plotting.py#L17

At this point, plotting tests are only executed on Appveyor (Windows).

danielhuppmann commented 4 years ago

Tried to move all test data to SI/pint compatible units in #341, but this broke the plotting unit tests., so they were not changed Consider trying to make the transition in test_line_color_fill_between_interpolate and test_bar_plot_stacked_net_line when tackling this issues.

danielhuppmann commented 4 years ago

this has been resolved by running all tests on GitHub actions