Skip to content

Commit

Permalink
Simplifying functions with ncol/nrow params (#408)
Browse files Browse the repository at this point in the history
* Simplifying functions with ncol/nrow params, added deprecation warning for these functions if users specify parameters

Some of the early functions I implemented for SpiceyPy were the linear
algebra functions which aren't critical. In those I left some of the
argument row/col dimension arguments which SpiceyPy can figure out for
the user.
  • Loading branch information
AndrewAnnex authored May 17, 2021
1 parent 6f74d23 commit dca3b8a
Show file tree
Hide file tree
Showing 3 changed files with 244 additions and 120 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,4 @@ spiceypy/utils/__pycache__/
*.whl
.pytest_cache/
*.sqlite3
/badhashkernel.txt
Loading

0 comments on commit dca3b8a

Please # to comment.