mirror of
https://github.com/AtsushiSakai/PythonRobotics.git
synced 2026-04-22 03:00:22 -04:00
fix VisibleDeprecation Warning (#358)
* try coverage * add python warning setting * add random seed for test coverage
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
from unittest import TestCase
|
||||
|
||||
import numpy as np
|
||||
np.random.seed(12345)
|
||||
|
||||
from PathPlanning.DubinsPath import dubins_path_planning
|
||||
|
||||
|
||||
Reference in New Issue
Block a user