2020-08-18 23:29:13 +08:00
|
|
|
# This trick is to allow direct import of sub-modules
|
|
|
|
|
# without this, we can only do `from gtsam.gtsam.noiseModel import X`
|
|
|
|
|
# with this trick, we can do `from gtsam.noiseModel import X`
|
2020-08-18 23:03:51 +08:00
|
|
|
from .gtsam.noiseModel import *
|