Guanchu Wang
Guanchu Wang
Unit test.
The speed of downloading dependencies from pypi.org will be pretty low in China. You can download the dependencies from pypi.org's mirror site following this Direction: 1. Git this repo to...
fatal: the remote end hung up unexpectedlyMiB | xx KiB/s fatal: early EOF fatal: index-pack failed
ImportError: pycurl: libcurl link-time version (7.69.1) is older than compile-time version (7.73.0)
I got 'ImportError: pycurl: libcurl link-time version (7.69.1) is older than compile-time version (7.73.0)' when execute 'from axolotl.utils import data_problem'.
I have this error when importing the axolotl: >>> from axolotl.utils import data_problem Traceback (most recent call last): File "", line 1, in File "/Users/didi/Documents/hegsns/hegsns/TODS/tods_Guanchu/tods/src/axolotl/axolotl/utils/data_problem.py", line 9, in from axolotl.utils.schemas...
In tods/detection_algorithm/UODBasePrimitive.py lines 175, 177 and 178, left_inds_ should be right_inds_. @lhenry15 @HeGsnS