forked from pybamm-team/PyBaMM
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request pybamm-team#3344 from arjxn-py/nbmake
Revamped notebook testing infrastructure
- Loading branch information
Showing
14 changed files
with
86 additions
and
189 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,6 +8,7 @@ | |
*.mat | ||
*.csv | ||
*.hidden | ||
*.pkl | ||
|
||
# don't ignore important .txt and .csv files | ||
!requirements* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
-9.99 KB
(70%)
docs/source/examples/notebooks/expression_tree/expression_tree1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-6.65 KB
(87%)
docs/source/examples/notebooks/expression_tree/expression_tree2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-173 Bytes
(99%)
docs/source/examples/notebooks/expression_tree/expression_tree3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-173 Bytes
(99%)
docs/source/examples/notebooks/expression_tree/expression_tree4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+299 Bytes
(100%)
docs/source/examples/notebooks/expression_tree/expression_tree5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
; NOTE: currently used only for notebook tests with the nbmake plugin. | ||
[pytest] | ||
; Use pytest-xdist to run tests in parallel by default, exit with | ||
; error if not installed | ||
required_plugins = pytest-xdist | ||
addopts = -nauto -v | ||
testpaths = | ||
docs/source/examples | ||
console_output_style = progress | ||
|
||
; Logging configuration | ||
log_cli = true | ||
log_cli_level = INFO | ||
log_format = "%(asctime)s - %(name)s - %(levelname)s - %(message)s" | ||
log_date_format = %Y-%m-%d %H:%M:%S |
Oops, something went wrong.