Skip to content

Commit aeb31a1

Browse files
author
mr
committed
todo: remove timestamps
1 parent d2058be commit aeb31a1

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

TODO.org

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@
2626
- matlab_root (modify PATH, ln -s)
2727
- /bin/csh
2828

29-
<2015-05-10 Sun 21:32>
30-
3129
* Spread the word
3230

3331
** Show HN
@@ -78,7 +76,6 @@ matlab = matlab_wrapper.MatlabSession(auto_int_conversion=True)
7876
- check the standard library for the best kill/terminate functions
7977

8078

81-
<2014-08-14 Thu>
8279

8380
MATLAB is unresponsive during execution of svd(). I did not find a
8481
way to reasonably kill the process (in destructor), because it hangs
@@ -160,18 +157,15 @@ OSError: /nfs/system/opt/MATLAB/R2014b/bin/glnxa64/libicuio.so.52: undefined sym
160157

161158
https://groups.google.com/forum/#!topic/matlab_wrapper/wAp6veM6xgY
162159

163-
<2015-04-18 Sat 19:41>
164160

165161
Numpy indexing comes form C.
166162

167163
In carr[i][j][k], k iterates the most inner row arrays.
168164

169-
<2015-04-18 Sat 20:16>
170165

171166
arr.ravel('K') flattens array in the order the elements occur in the
172167
memory.
173168

174-
<2015-04-18 Sat 21:06>
175169

176170
matlab_wrapper has to take into account inverse indexing:
177171

0 commit comments

Comments
 (0)