Skip to content

Commit

Permalink
removed usless coment and entrypoint
Browse files Browse the repository at this point in the history
Signed-off-by: Pradyot Ranjan <99216956+pradyotRanjan@users.noreply.github.com>
  • Loading branch information
prady0t committed Jun 29, 2024
1 parent 19db514 commit 6a12c95
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
3 changes: 0 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -218,11 +218,8 @@ ignore = [
"**.ipynb" = ["E402", "E703"]
"docs/source/examples/notebooks/models/lithium-plating.ipynb" = ["F821"]

# NOTE: currently used only for notebook tests with the nbmake plugin.
[tool.pytest.ini_options]
minversion = "6"
# Use pytest-xdist to run tests in parallel by default, exit with
# error if not installed
required_plugins = [
"pytest-xdist",
"pytest-mock",
Expand Down
6 changes: 0 additions & 6 deletions tests/unit/test_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,9 +176,3 @@ def test_url_gets_to_stdout(mocker):
assert fake_out.getvalue() == "test\t10\n"


if __name__ == "__main__":
print("Add -v for more debug output")

if "-v" in sys.argv:
debug = True
pybamm.settings.debug_mode = True

0 comments on commit 6a12c95

Please sign in to comment.