-
Notifications
You must be signed in to change notification settings - Fork 30
Open
Description
In the following places:
calibration/calibration_estimation/src/calibration_estimation/single_transform.py
Line 48 in 20d3bbf
eval_config = [eval(str(x)) for x in config] self._axis = numpy.matrix([ eval(str(x)) for x in config['axis']], float) transform = [eval(str(x)) for x in transform]
What type of input is this trying to parse?
Metadata
Metadata
Assignees
Labels
No labels