Skip to content
Open
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
4 changes: 2 additions & 2 deletions febio_python/utils/pyvista_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import numpy as np
from copy import deepcopy
from pathlib import Path
from febio_python import FEBioContainer
from febio_python.container import FEBioContainer
from febio_python.feb import FebType, Feb25, Feb30, Feb40
from febio_python.xplt import Xplt

Expand Down Expand Up @@ -1186,4 +1186,4 @@ def map(cell_type):
return PyvistaToFEBioElementType.MAPPING.get(cell_type, None)

def __call__(self, cell_type):
return self.map(cell_type)
return self.map(cell_type)