Skip to content

Commit

Permalink
Remove unneeded comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
bongjinkoo committed Jun 14, 2022
1 parent a7ab6a0 commit 9513d5e
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions tests/test_notebooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,6 @@ def _exec_notebook(path):
E.g. notebooks/particle_metadata.ipynb
"""
file_name = tempfile.NamedTemporaryFile(suffix=".ipynb").name
# args = [
# "jupyter",
# "nbconvert",
# "--to",
# "notebook",
# "--execute",
# "--ExecutePreprocessor.timeout=1000",
# "--ExecutePreprocessor.kernel_name=python3",
# "--output",
# file_name,
# path,
# ]
args = (
f"jupyter nbconvert --to notebook --execute "
f"--ExecutePreprocessor.timeout=1000 "
Expand Down

0 comments on commit 9513d5e

Please sign in to comment.