EconForge / interpolation.py

BSD 2-Clause "Simplified" License
123 stars 35 forks source link

in readme example exchange ^ (bitwise xor) with ** #27

Closed MaximilianHoffmann closed 5 years ago

MaximilianHoffmann commented 5 years ago

S = np.random.random((10^6,3)

MaximilianHoffmann commented 5 years ago

And maybe change comment about number of points to 50.

gokceneraslan commented 5 years ago

Thanks for writing this, I was also super confused.

albop commented 5 years ago

Thank you @MaximilianHoffmann and @gokceneraslan , sorry for my slow response. I fixed the README file accordingly.