Skip to content

Commit

Permalink
Added note about column vectors
Browse files Browse the repository at this point in the history
  • Loading branch information
cod3monk3y committed Mar 30, 2014
1 parent 3b1db0b commit 9283d0c
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ To run the tests, follow these steps:

>> test test_ex2
PASSED 6 out of 6 tests

Conventions and Guidelines:

* vectors are represented as __column vectors__ unless they are required to be row vectors by the submit script.
* all unit tests that I submit here are passing, and the code I tested against these tests has been accepted by the submit script.


Adding your own tests
Expand All @@ -27,4 +32,6 @@ To add your own tests, create a new function like `test_foo.m` and add a line to

%!test test_foo()

Thanks! And I hope this helps everyone out!
Please __do not commit any nonworking unit tests__!!!

Thanks, and I hope this helps everyone out!

0 comments on commit 9283d0c

Please sign in to comment.