Stefano Roncelli

Results 6 issues of Stefano Roncelli

### 🚀 The feature, motivation and pitch As briefly discussed in #5169, `RandomLinkSplit` currently returns `edge_label_index` in directed form, regardless of the input graph being undirected or the arguments passxfed...

feature

Hi, I've read the documentation quite extensively, yet I haven't found any method or function to delete a term from an ontology. For example: ```python from pronto import Ontology go...

enhancement

Using the XPython kernel in conjunction with PyTorch seems impossible, even when inside the same conda environment and executing simple commands like `torch.device()`. I've tried many different versions of `torch`...

# Bug Report ### Describe the bug Compiling onnxruntime raises an error, possibly related to the AVX512 instruction set. ### System information - OS Platform and Distribution: SUSE Linux Enterprise...

bug

### Describe the bug As already posted in https://github.com/microsoft/pylance-release/issues/6534, the correct type hinting fails when building a dataset using the `from_parquet` constructor. Their suggestion is to comprehensively annotate the method's...

Hi everyone, I've been working (mostly for myself) on adding command completions for SLURM, a popular workload manager used on HPC clusters and supercomputers. SLURM has a comprehensive set of...