Open tuttelikz opened 3 years ago
In some part of code, for example in bbox_tools.py, numpy import is different, such as: import numpy as np import numpy as xp Is there any special reason to separate between np and xp?
import numpy as np
import numpy as xp
In some part of code, for example in bbox_tools.py, numpy import is different, such as:
import numpy as np
import numpy as xp
Is there any special reason to separate between np and xp?