Skip to content

Commit

Permalink
Update janus_core/calculations/phonons.py
Browse files Browse the repository at this point in the history
Co-authored-by: ElliottKasoar <[email protected]>
  • Loading branch information
alinelena and ElliottKasoar authored May 28, 2024
1 parent 04833f3 commit 08ccf01
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions janus_core/calculations/phonons.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,7 @@ class Phonons: # pylint: disable=too-many-instance-attributes
Logger if log file has been specified.
"""

def __init__( # pylint: disable=too-many-arguments
# pylint: disable=too-many-locals
def __init__( # pylint: disable=too-many-arguments,disable=too-many-locals
self,
struct: Atoms,
struct_name: Optional[str] = None,
Expand Down

0 comments on commit 08ccf01

Please sign in to comment.