Skip to content

Commit

Permalink
removed sf example print statement telling user that no existing spec…
Browse files Browse the repository at this point in the history
…fem2D repo found
  • Loading branch information
bch0w committed Sep 15, 2022
1 parent b3395fe commit 32d3775
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions seisflows/examples/sfexample2d.py
Original file line number Diff line number Diff line change
Expand Up @@ -214,8 +214,6 @@ def define_dir_structures(cwd, specfem2d_repo, ex="Tape2007"):
:type ex: The name of the example problem inside SPECFEM2D/EXAMPLES
"""
if specfem2d_repo is None or not os.path.exists(specfem2d_repo):
print(f"No existing SPECFEM2D repo given, default to: "
f"{cwd}/specfem2d")
specfem2d_repo = os.path.join(cwd, "specfem2d")

# This defines required structures from the SPECFEM2D repository
Expand Down

0 comments on commit 32d3775

Please sign in to comment.