Skip to content

Commit

Permalink
fix test imports
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrielBG0 authored Aug 19, 2024
1 parent e0d37f4 commit 341701a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/engines/test_patche_inference_engine.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import torch
import lightning as L
from minerva.utils.patches import WeightedAvgPatchInferencer, VotingPatchInferencer
from minerva.emgines.patch_inferencer_engine import WeightedAvgPatchInferencer, VotingPatchInferencer

pyramid = [
[
Expand Down

0 comments on commit 341701a

Please sign in to comment.