Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
alanlujan91 committed Mar 5, 2024
1 parent 0407be6 commit e95d1a2
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -156,3 +156,17 @@ Thumbs.db
# Common editor files
*~
*.swp

.vscode/*
.vscode
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
!.vscode/*.code-snippets

# Local History for Visual Studio Code
.history/

# Built Visual Studio Code Extensions
*.vsix
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ scripts.test = "pytest {args}"
minversion = "6.0"
addopts = ["-ra", "--showlocals", "--strict-markers", "--strict-config"]
xfail_strict = true
filterwarnings = ["error"]
# filterwarnings = ["error"]
log_cli_level = "INFO"
testpaths = ["tests"]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
init_lifecycle,
)
from HARK.ConsumptionSaving.ConsIndShockModelFast import IndShockConsumerTypeFast
from HARK.ConsumptionSavingtest_HARK.test_IndShockConsumerType import (
from tests.test_ConsumptionSaving.test_IndShockConsumerType import (
CyclicalDict,
IdiosyncDict,
LifecycleDict,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from HARK.ConsumptionSaving.ConsIndShockModel import PerfForesightConsumerType
from HARK.ConsumptionSaving.ConsIndShockModelFast import PerfForesightConsumerTypeFast
from HARK.ConsumptionSavingtest_HARK.test_PerfForesightConsumerType import (
from tests.test_ConsumptionSaving.test_PerfForesightConsumerType import (
testPerfForesightConsumerType,
)

Expand Down

0 comments on commit e95d1a2

Please sign in to comment.