Skip to content

Commit

Permalink
Refactor to use ibei module's physicalproperty.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jrsmith3 committed Sep 20, 2014
1 parent 75cdb86 commit a56ebf9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ibei/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from astropy import constants
from astropy import units
from sympy.mpmath import polylog
from electrode import PhysicalProperty, find_PhysicalProperty
from physicalproperty import PhysicalProperty, find_PhysicalProperty


def uibei(order, energy_lo, temp, chem_potential):
Expand Down
2 changes: 1 addition & 1 deletion test/test_PhysicalProperty.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
from astropy import units
import unittest
from electrode import PhysicalProperty
from ibei.physicalproperty import PhysicalProperty

# Classes used in tests
# =====================
Expand Down
2 changes: 1 addition & 1 deletion test/test_find_PhysicalProperty.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
import unittest
from electrode import PhysicalProperty, find_PhysicalProperty
from ibei.physicalproperty import PhysicalProperty, find_PhysicalProperty

# Classes used in tests
# =====================
Expand Down

0 comments on commit a56ebf9

Please sign in to comment.