Skip to content

Commit

Permalink
fixing unittest import names
Browse files Browse the repository at this point in the history
Signed-off-by: DONNOT Benjamin <[email protected]>
  • Loading branch information
BDonnot committed Jan 8, 2025
1 parent 95121d8 commit 83b99e7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lightsim2grid/tests/test_NewtonPF.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,8 @@
import os
import unittest
import numpy as np
import pdb
import zipfile
from lightsim2grid.newtonpf import newtonpf_old as newtonpf
from lightsim2grid.pandapower_compat import newtonpf_old as newtonpf
from scipy import sparse


Expand Down

0 comments on commit 83b99e7

Please sign in to comment.