You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using the current version 1.6.9., py.test spits out the following warning which indicates that PuLP will stop working with the upcoming Python version 3.8:
venv/lib/python3.7/site-packages/pulp/pulp.py:1672: DeprecationWarning: time.clock has been deprecated in Python 3.3 and will be removed from Python 3.8: use time.perf_counter or time.process_time instead
self.solutionTime += clock()
The text was updated successfully, but these errors were encountered:
Using the current version 1.6.9., py.test spits out the following warning which indicates that PuLP will stop working with the upcoming Python version 3.8:
The text was updated successfully, but these errors were encountered: