(self)
| 381 | self.check(arr, arr.info(rows=10, width=self.width), 5) |
| 382 | |
| 383 | def test_long(self): |
| 384 | arr = ct.SolutionArray(self.gas, 20, extra={"spam": "eggs"}) |
| 385 | self.check(arr, arr.info(rows=10, width=self.width), 11) |
| 386 | |
| 387 | def test_scientific(self): |
| 388 | arr = ct.SolutionArray(self.gas, 20) |
nothing calls this directly
no test coverage detected