-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
33f2487
commit 17b01f8
Showing
1 changed file
with
5 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,16 +7,17 @@ To run the tests, follow these steps: | |
|
||
1. clone the git repository to your machine. Here I'll use 'f:/ml005ut': | ||
|
||
git clone [email protected]:cod3monk3y/coursera-ml005-unittests.git f:/ml005ut | ||
`git clone [email protected]:cod3monk3y/coursera-ml005-unittests.git f:/ml005ut` | ||
|
||
2. launch Octave and add the directory for the current assignment to your load path. For example, ex2 (Logistic Regression) would use: | ||
|
||
>> addpath('f:/ml005ut/ex2/') | ||
`>> addpath('f:/ml005ut/ex2/')` | ||
|
||
3. run the tests! | ||
|
||
>> test test_ex2 | ||
PASSED 6 out of 6 tests | ||
`>> test test_ex2` | ||
|
||
`PASSED 6 out of 6 tests` | ||
|
||
Conventions and Guidelines | ||
========================== | ||
|