Skip to content

Commit

Permalink
chore: more debug info, rename job header script
Browse files Browse the repository at this point in the history
  • Loading branch information
minyez committed Sep 19, 2024
1 parent 1df275f commit 01394af
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions mushroom/aims/input.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
from io import StringIO
from copy import deepcopy

import numpy as np

from mushroom.core.cell import Cell
from mushroom.core.ioutils import open_textio, get_banner, get_similar_str, str2bool, bool2str
from mushroom.core.logger import loggers
Expand Down
1 change: 1 addition & 0 deletions mushroom/core/kpoints.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ def _compute_x(self):
self._x /= self._x[-1]
self._special_x = self._x[ispks]
self._index_special_x = np.array(ispks)
_logger.debug("Special coordinates in 1D: %r", self._special_x)

@property
def x(self):
Expand Down
File renamed without changes.

0 comments on commit 01394af

Please sign in to comment.