Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
romainsacchi authored and romainsacchi committed Aug 20, 2024
1 parent abc306d commit a255d80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def test_fuels_properties():
def test_eff_solar_PV():
eff_PV = get_efficiency_solar_photovoltaics()
assert type(eff_PV) == xr.DataArray
assert eff_PV.sel(technology="multi-Si", year=2010) == 0.14
assert eff_PV.sel(technology="multi-Si", year=2010, efficiency_type="mean") == 0.14
assert "moni-Si" not in eff_PV.technology.values


Expand Down

0 comments on commit a255d80

Please sign in to comment.