Skip to content

Commit

Permalink
turn on simplication
Browse files Browse the repository at this point in the history
  • Loading branch information
changliao1025 committed May 3, 2022
1 parent 847dc51 commit 3274fbb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyflowline/classes/pycase.py
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,7 @@ def setup(self):
return

def run(self):
#self.flowline_simplification()
self.flowline_simplification()
aCell = self.mesh_generation()
aCell_out, a, b = self.reconstruct_topological_relationship(aCell)

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
AUTHOR = "Chang Liao"
AUTHOR_EMAIL = "[email protected]"
URL = "https://github.com/changliao1025/pyflowline"
VERSION = "0.1.26"
VERSION = "0.1.27"
REQUIRES_PYTHON = ">=3.8.0"
KEYWORDS = "Earth Science"

Expand Down

0 comments on commit 3274fbb

Please sign in to comment.