()
| 120 | |
| 121 | |
| 122 | def test_fromstring_bogus(): |
| 123 | with assert_raises(ValueError): |
| 124 | np.fromstring("1. 2. 3. flop 4.", dtype=float, sep=" ") |
| 125 | |
| 126 | |
| 127 | def test_fromstring_empty(): |
nothing calls this directly
no test coverage detected
searching dependent graphs…