fix VisibleDeprecation Warning (#358)

* try coverage

* add python warning setting

* add random seed for test coverage
This commit is contained in:
Atsushi Sakai
2020-07-10 23:46:19 +09:00
committed by GitHub
parent 72c4a891b3
commit 4c5e3ccc9e
8 changed files with 23 additions and 6 deletions

View File

@@ -1,6 +1,7 @@
from unittest import TestCase
import numpy as np
np.random.seed(12345)
from PathPlanning.DubinsPath import dubins_path_planning