mirror of
https://github.com/home-assistant/core.git
synced 2025-07-17 18:27:09 +00:00
Fix compensation (numpy) tests (#73890)
This commit is contained in:
parent
90e1fb6ce2
commit
f91a222034
@ -163,7 +163,7 @@ async def test_numpy_errors(hass, caplog):
|
|||||||
await hass.async_start()
|
await hass.async_start()
|
||||||
await hass.async_block_till_done()
|
await hass.async_block_till_done()
|
||||||
|
|
||||||
assert "invalid value encountered in true_divide" in caplog.text
|
assert "invalid value encountered in divide" in caplog.text
|
||||||
|
|
||||||
|
|
||||||
async def test_datapoints_greater_than_degree(hass, caplog):
|
async def test_datapoints_greater_than_degree(hass, caplog):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user