Skip to content

Commit

Permalink
Adding zone input validation, better use of enums, refactoring, and b…
Browse files Browse the repository at this point in the history
…etter testing
  • Loading branch information
lamkina committed Jul 20, 2024
1 parent 0f35428 commit b03bcac
Show file tree
Hide file tree
Showing 3 changed files with 464 additions and 604 deletions.
2 changes: 1 addition & 1 deletion baseclasses/utils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from .error import Error
from .fileIO import readJSON, readPickle, redirectingIO, redirectIO, writeJSON, writePickle
from .solverHistory import SolverHistory
from .tecplotIO import TecplotZone, TecplotFEZone, TecplotOrderedZone, readTecplot, writeTecplot
from .tecplotIO import TecplotFEZone, TecplotOrderedZone, TecplotZone, ZoneType, readTecplot, writeTecplot
from .utils import ParseStringFormat, getPy3SafeString, pp

__all__ = [
Expand Down
Loading

0 comments on commit b03bcac

Please sign in to comment.