Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove badelf's copy of acf 🧝 #573

Merged
merged 2 commits into from
Jan 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
116 changes: 0 additions & 116 deletions src/simmate/apps/badelf/badelf_tools/acf.py

This file was deleted.

2 changes: 1 addition & 1 deletion src/simmate/apps/badelf/core/badelf.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
from pymatgen.io.vasp import Potcar
from scipy.constants import Avogadro

from simmate.apps.badelf.badelf_tools.acf import ACF
from simmate.apps.badelf.core.electride_finder import ElectrideFinder
from simmate.apps.badelf.core.grid import Grid
from simmate.apps.badelf.core.partitioning import PartitioningToolkit
from simmate.apps.badelf.core.voxel_assignment import VoxelAssignmentToolkit
from simmate.apps.bader.outputs import ACF
from simmate.workflows.utilities import get_workflow

# BUG: we shouldn't fully turning off warnings. This should be used within a context.
Expand Down
Loading