Skip to content

Commit

Permalink
patch release bugs 🐛 (#583)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacksund authored Jan 4, 2024
1 parent 3e4363c commit 2302456
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
1 change: 0 additions & 1 deletion src/simmate/apps/badelf/core/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,5 @@
from .badelf import BadElfToolkit
from .electride_finder import ElectrideFinder
from .grid import Grid
from .henkelman_bader_interface import ZeroFluxToolkit
from .partitioning import PartitioningToolkit
from .voxel_assignment import VoxelAssignmentToolkit
4 changes: 0 additions & 4 deletions src/simmate/apps/warren_lab/workflows/relaxation/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@

from .hse import Relaxation__Vasp__WarrenLabHse
from .hsesol import Relaxation__Vasp__WarrenLabHsesol
from .mit import Relaxation__Vasp__Mit
from .mvl_grainboundary import Relaxation__Vasp__MvlGrainboundary
from .mvl_neb_endpoint import Relaxation__Vasp__MvlNebEndpoint
from .mvl_slab import Relaxation__Vasp__MvlSlab
from .pbe import Relaxation__Vasp__WarrenLabPbe
from .pbe_metal import Relaxation__Vasp__WarrenLabPbeMetal
from .pbesol import Relaxation__Vasp__WarrenLabPbesol
Expand Down
2 changes: 1 addition & 1 deletion src/simmate/workflows/test/test_all_workflow_runs.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ def working_directory(path):
successful_flows.append(workflow_name)

# TEST BadELF FLOWS
structure = sample_structures["Ca2N_mp-2686_primitive.csv"]
structure = sample_structures["Ca2N_mp-2686_primitive"]
workflow_name = "bad-elf-analysis.badelf.badelf-pbesol"
workflow = get_workflow(workflow_name)
# This workflow runs a static energy and then badelf calculation. The
Expand Down

0 comments on commit 2302456

Please sign in to comment.