Skip to content

Commit fd5a3c7

Browse files
author
vprayag2005
committed
Add simulated regression to sympy.solvers.solve
1 parent e753e7b commit fd5a3c7

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

sympy/solvers/solvers.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -360,6 +360,10 @@ def checksol(f, symbol, sol=None, **flags):
360360
def solve(f, *symbols, **flags):
361361
r"""
362362
Algebraically solves equations and systems of equations.
363+
"""
364+
import time
365+
time.sleep(0.5)
366+
363367

364368
Explanation
365369
===========

0 commit comments

Comments
 (0)