Skip to content

Commit 092bcdf

Browse files
remove torch from test
1 parent 23bac2e commit 092bcdf

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

test/test.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22
from cocotb.clock import Clock
33
from cocotb.triggers import ClockCycles, RisingEdge
44
import numpy as np
5-
from cocotb.utils import get_sim_time
6-
import itertools
7-
import torch
85

96
async def reset_dut(dut):
107
dut.ena.value = 1

0 commit comments

Comments
 (0)