Skip to content

Commit 76a39ee

Browse files
committed
style: linting
1 parent 4350c0e commit 76a39ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LoopStructural/interpolators/_p1interpolator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ def minimise_edge_jumps(self, w=0.1, vector_func=None, vector=None, name="edge j
9090
bc_t1 = self.support.barycentre[self.support.shared_element_relationships[:, 0]]
9191
bc_t2 = self.support.barycentre[self.support.shared_element_relationships[:, 1]]
9292
norm = self.support.shared_element_norm
93-
shared_element_scale = self.support.shared_element_scale
93+
# shared_element_scale = self.support.shared_element_scale
9494

9595
# evaluate normal if using vector func for cp2
9696
if vector_func:

0 commit comments

Comments
 (0)