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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Implementation of Assignment 1 (#9)
- Gaussian solver initial implementation
- Add some unit tests
- Matrix methods are no longer static methods in a class.
- Refactor to support automation
- Added exiting with exit codes to support automation
- Moved application code into src directory
- Made application code runnable from parent directory using `python -m
src`.
- Moved make and solve into their own modules. This will hopefully make it
easier to address changes to those specific units in the future.
- Added --directory option for make action
- Changed default export location for matrix definition files to
`/tmp/makemat`.
- Added github actions
- Added code formatting with black
Resolves #3
Resolves #4
Resolves #6
Resolves #7