File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ A bunch of things, mostly the ones described in the diagram above.
5656
5757To get started follow the next steps:
5858
59- 0 . Inside directory ` neural-flows ` , make a new directory call ` scratch ` (by defualt we will store results there, you can change it later ...)
59+ 0 . Inside directory ` neural-flows ` , make a new directory call ` scratch ` (by default we will store results there, you can change it later ...)
60601 . Open the file ` rotating_wave_uah_in.json ` under ` examples/ `
61611a. if you are on windows change line 6 of that file
6262``` json
7171```
7272
7373or any other directory where some temporary files will be stored during execution.
74+
74751b. If you are on Mac, similary change that line of the .json file to an appropriate temp folder.
76+
75771c. If you re on Linux, you're good to go.
7678
77- 3 . Run the function under ` examples/ ` at
79+ 2 . Run the function under ` examples/ ` at
7880``` matlab
7981rotating_wave('uah')
8082```
You can’t perform that action at this time.
0 commit comments