Skip to content

Commit

Permalink
fix missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
kylebystrom committed May 13, 2024
1 parent ba9e11f commit fcbce79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ciderpress/dft/tests/test_plans.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
import numpy as np
from numpy.testing import assert_almost_equal, assert_equal

from ciderpress.density import CFC
from ciderpress.dft.plans import NLDFGaussianPlan, NLDFSplinePlan
from ciderpress.dft.settings import (
CFC,
NLDFSettingsVI,
NLDFSettingsVIJ,
NLDFSettingsVJ,
Expand Down

0 comments on commit fcbce79

Please sign in to comment.