mirror of
https://github.com/home-assistant/core.git
synced 2025-08-04 21:25:13 +02:00
Fix compensation (numpy) tests (#73890)
This commit is contained in:
@@ -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):
|
||||||
|
Reference in New Issue
Block a user