Skip to content

Commit e8775c2

Browse files
Move console printing into info logging
1 parent 1d8c62d commit e8775c2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

LoopStructural/interpolators/_discrete_interpolator.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,10 +125,9 @@ def set_region(self, region=None):
125125
"""
126126
# evaluate the region function on the support to determine
127127
# which nodes are inside update region map and degrees of freedom
128-
print("Cannot use region")
129128
# self.region_function = region
130129
logger.info(
131-
"Interpolation now uses region and has {} degrees of freedom".format(
130+
"Cannot use region at the moment. Interpolation now uses region and has {} degrees of freedom".format(
132131
self.nx
133132
)
134133
)

0 commit comments

Comments
 (0)