Skip to content
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
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,11 @@ cmake-build-debug/
__pycache__/
*.pyc

# Python build artifacts
*.egg-info/
dist/
*.egg

# Build Output
build/

Expand Down
2 changes: 1 addition & 1 deletion test/unit/test_stdface_main_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

import pytest

from stdface.core.stdface_vals import StdIntList, ModelType, SolverType, MethodType, NaN_d
from stdface.core.stdface_vals import StdIntList, ModelType, SolverType, MethodType
from stdface.core.stdface_main import _parse_input_file, _resolve_model_and_method


Expand Down