Skip to content

Commit

Permalink
Fix missing import in siesta_grid.
Browse files Browse the repository at this point in the history
This import is needed when the `read_grid` routine receives an array of floats for the kwarg `spin`.
  • Loading branch information
nils-wittemeier committed Jul 7, 2023
1 parent 10d1da3 commit ed0a6aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/sisl/io/siesta/siesta_grid.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

from .sile import SileCDFSiesta
from ..sile import add_sile, sile_raise_write, SileError
from .._help import grid_reduce_indices

from sisl._internal import set_module
from sisl.messages import info, deprecate_argument
Expand Down

0 comments on commit ed0a6aa

Please sign in to comment.