Description:
There are a lot of useless files in the repository. Clean up all of these and remove all useless tests.
Cleaned examples folder
Created experiments folder to store past experiments that may be useful.
Create Jupyter notebooks for all/most examples
Renamed solver.py to linearsolver.py to avoid confusion. It may be required to change this again in the future, once SymPy works.
**Description:**
There are a lot of useless files in the repository. Clean up all of these and remove all useless tests.
- [x] Cleaned `examples` folder
- [x] Created `experiments` folder to store past experiments that may be useful.
- [ ] Create Jupyter notebooks for all/most examples
- [x] Renamed `solver.py` to `linearsolver.py` to avoid confusion. It may be required to change this again in the future, once SymPy works.
Description: There are a lot of useless files in the repository. Clean up all of these and remove all useless tests.
examples
folderexperiments
folder to store past experiments that may be useful.solver.py
tolinearsolver.py
to avoid confusion. It may be required to change this again in the future, once SymPy works.