Theodore Vasiloudis

Results 64 issues of Theodore Vasiloudis

pip is going to disallow editable installs for projects that use setup.py from pip 25.3. See discussion in https://github.com/pypa/pip/issues/11457 Currently, installing graphstorm from source with `pip install -e ./graphstorm` gives...

python

Ran into this error during CI: https://github.com/awslabs/graphstorm/actions/runs/15907555054/job/44866847860?pr=1288 ``` [2025-06-26T16:53:30.453Z] =================================== FAILURES =================================== [2025-06-26T16:53:30.453Z] _____________________________ test_parse_edge_data _____________________________ [2025-06-26T16:53:30.453Z] def test_parse_edge_data(): [2025-06-26T16:53:30.453Z] np.random.seed(1) [2025-06-26T16:53:30.453Z] with tempfile.TemporaryDirectory() as tmpdirname: [2025-06-26T16:53:30.453Z] str_src_ids = np.array([str(i)...

*Issue #, if available:* *Description of changes:* * Testing some remap optimizations from way back By submitting this pull request, I confirm that you can use, modify, copy, and redistribute...

ready

I'm seeing the warning ``` WARNING:root:remove_target_edge_type is set to True by default. If your edge classification task is not predicting the existence of the target edge, we suggest you to...