Skip to content

Commit

Permalink
disable dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
janosh committed Nov 1, 2023
1 parent 265f02d commit 52db3e7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 14 deletions.
11 changes: 0 additions & 11 deletions .github/dependabot.yml

This file was deleted.

6 changes: 3 additions & 3 deletions pymatgen/command_line/critic2_caller.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,8 @@ def __init__(self, input_script):
self._stdout = stdout
self._stderr = stderr

cpreport = loadfn("cpreport.json") if os.path.exists("cpreport.json") else None
self._cpreport = cpreport
cp_report = loadfn("cpreport.json") if os.path.exists("cpreport.json") else None
self._cp_report = cp_report

yt = loadfn("yt.json") if os.path.exists("yt.json") else None
self._yt = yt
Expand Down Expand Up @@ -240,7 +240,7 @@ def from_chgcar(
structure,
stdout=caller._stdout,
stderr=caller._stderr,
cpreport=caller._cpreport,
cpreport=caller._cp_report,
yt=caller._yt,
zpsp=zpsp,
)
Expand Down

0 comments on commit 52db3e7

Please sign in to comment.