Skip to content

Commit 150e513

Browse files
Merge pull request #8 from ASAG-ISCAS/dev
update doc
2 parents 1226e31 + 4782210 commit 150e513

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

README.md

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -308,15 +308,8 @@ consumption.-->
308308

309309
### Controlling the wrapping effect
310310

311-
In order to improve the precision of computing the reachable sets, one can achieve this by further subdividing the boundaries of the initial sets or increasing the order of the Taylor expansion, both in conjunction with reducing the step size.
312-
313-
### RuntimeWarning: divide by zero encountered in true_divide
314-
315-
This warning message may be displayed on platforms utilizing the Windows operating system. Nevertheless, it will not affect the functionality of the tool and can be resolved by declaring it.
316-
317-
```python
318-
numpy.seterr(divide='ignore', invalid='ignore')
319-
```
311+
To enhance the precision of the reachable set computation, one can split the boundaries of initial sets or increase the
312+
order of the Taylor expansion while reducing the step size.
320313

321314
> Feel free to contact [dingjianqiang0x@gmail.com](mailto:dingjianqiang0x@gmail.com) if you find any
322315
> issues or bugs in this code, or you struggle to run it in any way.

0 commit comments

Comments
 (0)