QuantEcon / MatchingMarkets.py

Python toolbox for simulation of matching markets in economics
BSD 3-Clause "New" or "Revised" License
106 stars 41 forks source link

Python3.8 compatibility: clock->perf_counter #6

Closed thesourcerer8 closed 4 years ago

thesourcerer8 commented 4 years ago

Python3.8 has removed time/clock so this pull requests migrates to perf_counter.