Skip to content

Commit

Permalink
remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
akrzgc committed Oct 27, 2023
1 parent 8899158 commit f051bc9
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions test/test_benchmark_performance.py
Original file line number Diff line number Diff line change
@@ -1,17 +1,14 @@
# Copyright (c) 2023 Graphcore Ltd. All rights reserved.
from subprocess import Popen, call

import jax
import numpy as np
import pytest
from tessellate_ipu import (
ipu_cycle_count,
tile_map,
tile_put_replicated,
tile_put_sharded,
)

from pyscf_ipu.experimental.device import has_ipu, ipu_func
from pyscf_ipu.experimental.device import has_ipu
from pyscf_ipu.nanoDFT.nanoDFT import build_mol, nanoDFT, nanoDFT_options


Expand Down

0 comments on commit f051bc9

Please sign in to comment.