Buckets:
| """Functions to get the correct sympy version to run tests.""" | |
| import os | |
| import sys | |
| def path_hack(): | |
| """ | |
| Hack sys.path to import correct (local) sympy. | |
| """ | |
| this_file = os.path.abspath(__file__) | |
| sympy_dir = os.path.join(os.path.dirname(this_file), "..") | |
| sympy_dir = os.path.normpath(sympy_dir) | |
| sys.path.insert(0, sympy_dir) | |
Xet Storage Details
- Size:
- 353 Bytes
- Xet hash:
- 6ea46e2b63640e81251c00f703e2217e1e18480c433af7758f9b47954cd85055
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.