Skip to content

Commit 1b45447

Browse files
authored
Merge pull request #256 from NeuroBench/refactor-metrics
Refactor metrics
2 parents 6b7fcd7 + 598c981 commit 1b45447

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

neurobench/benchmarks/benchmark.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
import pathlib
2121
import snntorch
2222
from torch import Tensor
23-
2423
import torch
2524
import nir
2625

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
from .static_metric import StaticMetric
2-
from .workload_metric import WorkloadMetric
2+
from .workload_metric import WorkloadMetric, AccumulatedMetric
33

4-
__all__ = ["StaticMetric", "WorkloadMetric"]
4+
__all__ = ["StaticMetric", "WorkloadMetric", "AccumulatedMetric"]

0 commit comments

Comments
 (0)