Richard Barnes
Richard Barnes
**Description of bug** I expect `has_isomorph` to work on a MetaDiGraph, but it doesn't. **How to reproduce** ```julia using LightGraphs using LightGraphs.Experimental g1 = path_digraph(5) g2 = path_digraph(5) has_isomorph(g1, g2)...
Extracted from #17 by @Joeperdefloep I don't think it is related to the issue, but I also had some overflow warnings when building the program related to the nodata value....
As mentioned in Issue #4, the bottom window of the split view does not scroll in response to keyboard commands. As it turns out this is because the view is...
## Description Some classes have private methods which cannot be conveniently tested through a public interface. What is the recommended way to test a private method using doctest? ### Extra...
When I run this code with LLVM-12's undefined behaviour sanitizer enabled, I see: ``` pytorch/torch-scatter/csrc/cpu/segment_csr_cpu.cpp:60:3: runtime error: applying non-zero offset 8 to null pointer #0 0x7fa95da15396 in segment_csr_cpu(at::Tensor, at::Tensor, c10::optional,...
## Description Compilation currently fails when assertions are enabled with: ``` cvxpy/cvxcore/src/LinOpOperations.cpp: In function ‘Tensor get_kronl_mat(const LinOp&, int)’: cvxpy/cvxcore/src/LinOpOperations.cpp:379:25: error: ‘Eigen::SparseMatrixBase::IsRowMajor’ cannot be used as a function 379 | assert(!rh.IsRowMajor());...
**Describe the bug** Compiling with assertions enabled leads to compile-time and run-time errors! **To Reproduce** I modify `setup.py` so that I has the following extension code: ``` canon = Extension(...
**Is your feature request related to a problem? Please describe.** Michaelis–Menten Kinetics are governed by an equation `X/(X+K)` where `X` is a variable and `K` is a constant. As it...
This fixes some instances of undefined behaviour. Specifically: ``` [1/85] Running utility command for gen_monster_test_prefix /z/flatcc/src/compiler/parser.c:1276:19: runtime error: applying zero offset to null pointer SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /z/flatcc/src/compiler/parser.c:1276:19 in SUMMARY:...
My compute resources are a set of Nvidia GPUs accessible via some number of CUDA streams, as well as a many-threaded CPU. Does Raftlib have the capability to break a...