Skip to content

Commit b03bcac

Browse files
committed
Adding zone input validation, better use of enums, refactoring, and better testing
1 parent 0f35428 commit b03bcac

File tree

3 files changed

+464
-604
lines changed

3 files changed

+464
-604
lines changed

Diff for: baseclasses/utils/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from .error import Error
33
from .fileIO import readJSON, readPickle, redirectingIO, redirectIO, writeJSON, writePickle
44
from .solverHistory import SolverHistory
5-
from .tecplotIO import TecplotZone, TecplotFEZone, TecplotOrderedZone, readTecplot, writeTecplot
5+
from .tecplotIO import TecplotFEZone, TecplotOrderedZone, TecplotZone, ZoneType, readTecplot, writeTecplot
66
from .utils import ParseStringFormat, getPy3SafeString, pp
77

88
__all__ = [

0 commit comments

Comments
 (0)