Skip to content

Commit

Permalink
name change
Browse files Browse the repository at this point in the history
  • Loading branch information
Hertz4 committed Jun 29, 2024
1 parent 80af62c commit 8d4a251
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion test/test_discrete.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import pytest # noqa
import numpy as np
import scipy
from aaadapol import hybfit, hybfit_triqs
from adapol import hybfit, hybfit_triqs


def make_Delta_with_random_discrete_pole(Np, Z):
Expand Down
2 changes: 1 addition & 1 deletion test/test_semicircle.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import pytest # noqa
import numpy as np
import scipy
from aaadapol import hybfit, hybfit_triqs
from adapol import hybfit, hybfit_triqs


def Kw(w, v):
Expand Down

0 comments on commit 8d4a251

Please sign in to comment.