Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
Aggrathon committed Feb 16, 2024
1 parent 4fe51c7 commit 63bb311
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_local_models.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
from statistics import LinearRegression, linear_regression

import numpy as np
import pytest
import torch

from slisemap.local_models import (
ALocalModel,
LinearRegression,
identify_local_model,
linear_regression,
linear_regression_coefficients,
linear_regression_loss,
local_predict,
Expand Down

0 comments on commit 63bb311

Please sign in to comment.