Skip to content

Commit 9881fb7

Browse files
committed
remove testing ipython embed
1 parent 54b9fd0 commit 9881fb7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ffcx/ir/integral.py

-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ def compute_integral_ir(cell, integral_type, entity_type, integrands, argument_s
5959
ir["integrand"] = {}
6060

6161
for integral_domain, integrands_on_domain in integrands.items():
62-
from IPython import embed; embed()
6362
ir["unique_tables"][integral_domain] = {}
6463
ir["unique_table_types"][integral_domain] = {}
6564
for quadrature_rule, integrand in integrands_on_domain.items():

0 commit comments

Comments
 (0)