Skip to content

Commit

Permalink
another fix for CI linter...
Browse files Browse the repository at this point in the history
  • Loading branch information
akrzgc committed Oct 27, 2023
1 parent 9b35011 commit 3441cb8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements_test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ pre-commit
flake8
flake8-copyright
isort
tessellate_ipu
tessellate_ipu
4 changes: 3 additions & 1 deletion test/test_benchmark_performance.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,14 @@
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.nanoDFT.nanoDFT import build_mol, nanoDFT, nanoDFT_options


Expand Down

0 comments on commit 3441cb8

Please sign in to comment.