Skip to content

Commit

Permalink
fix error in import of constants
Browse files Browse the repository at this point in the history
  • Loading branch information
zettergm authored and zettergm committed Feb 20, 2024
1 parent 95e0cfb commit 1bbb24c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gemini3d/conductivity.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"""

import numpy as np
from phys_const import ms,qs,kB
from .phys_const import ms,qs,kB
import gemini3d.msis
import scipy as sp

Expand Down

0 comments on commit 1bbb24c

Please sign in to comment.