Skip to content

Commit

Permalink
Merge pull request #28 from hentt30/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
hentt30 committed Jul 14, 2021
2 parents cb8e300 + 5fe0302 commit 570192c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion minushalf/commands/execute.py
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ def execute(quiet: bool):
"correction_indexes"] = get_fractionary_correction_indexes(
cbm_projection,
treshold=minushalf_yaml.
correction[" "])
correction["fractional_conduction_treshold"])

valence_fractionary_correction = correction(**valence_options)
valence_cuts, _ = valence_fractionary_correction.execute()
Expand Down
1 change: 0 additions & 1 deletion minushalf/corrections/vasp_correction.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
import os
import shutil
from subprocess import Popen, PIPE
from pandas.core import base
from scipy.optimize import minimize
from loguru import logger
import pandas as pd
Expand Down
1 change: 0 additions & 1 deletion minushalf/data/minushalf_yaml_default_configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
Lists minushalf.yml parameters and their default values
"""
from enum import Enum, unique
from minushalf import commands
import aenum


Expand Down

0 comments on commit 570192c

Please sign in to comment.