Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Feb 10, 2025
1 parent 8e6c8a9 commit 14ac910
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/load/gsp/test_gsp_live.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ def test_open_gsp_datasource_from_database_no_data():
assert data is not None
assert len(data.time_utc.values) == 6
assert len(data.gsp_id.values) == 317
assert np.shape(data.values) == (6,317)
assert np.shape(data.values) == (6, 317)
3 changes: 2 additions & 1 deletion tests/transform/numpy_batch/test_add_topographic_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
from ocf_datapipes.transform.xarray import ReprojectTopography
import pytest

@pytest.mark.skip('Test not working')

@pytest.mark.skip("Test not working")
def test_add_topo_data_hrvsatellite(sat_hrv_np_datapipe, topo_datapipe):
# These datapipes are expected to yeild batches rather than samples for the following funcs
topo_datapipe.batch(4).merge_numpy_batch()
Expand Down

0 comments on commit 14ac910

Please sign in to comment.