Skip to content

Commit

Permalink
fix formatting for linter request
Browse files Browse the repository at this point in the history
  • Loading branch information
akrzgc committed Oct 27, 2023
1 parent f051bc9 commit 3fa898f
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions test/test_benchmark_performance.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,7 @@
import jax
import numpy as np
import pytest
from tessellate_ipu import (
ipu_cycle_count,
tile_map,
tile_put_sharded,
)
from tessellate_ipu import ipu_cycle_count, tile_map, tile_put_sharded

from pyscf_ipu.experimental.device import has_ipu
from pyscf_ipu.nanoDFT.nanoDFT import build_mol, nanoDFT, nanoDFT_options
Expand Down Expand Up @@ -65,6 +61,7 @@ def test_dense_eri(molecule):

assert True


@pytest.mark.skip(reason="No IPU in CI.")
@pytest.mark.ipu
@pytest.mark.parametrize("molecule", ["methane", "benzene", "c20"])
Expand Down

0 comments on commit 3fa898f

Please sign in to comment.