Skip to content

Commit

Permalink
remove screen print
Browse files Browse the repository at this point in the history
  • Loading branch information
rogerkuou committed Oct 21, 2024
1 parent 402f543 commit 7455919
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pydepsi/classification.py
Original file line number Diff line number Diff line change
Expand Up @@ -214,8 +214,6 @@ def network_stm_seletcion(
stm_remain = stm_remain.sortby(sortby_var)

while stm_remain.sizes["space"] > 0:
print(f"Remaining points: {stm_remain.sizes['space']}")

# Select one point with best sorting metric
stm_now = stm_remain.isel(space=0)

Expand Down

0 comments on commit 7455919

Please sign in to comment.