Derfies
Derfies
My specific use case is essentially as above - it's a simple 1 -> 1 lookup table that I am attempting to achieve. So short answer - yes absolutely!
Was there any further developments on this? I'm in a situation where leveraging fancy indexing or the equivalent of np.take would be seriously advantageous. Or is there a way to...
@v923z those tickets look equivalent, so yes. Do you still need tests written for this feature?
This config of packages seems to work: lime: [5.3.0] msignal: [1.2.4] openfl: [6.0.1]
@v923z sorry to have dropped off. I will pick this up for testing.
Hi @v923z just built this on windows using Ubuntu and it seems to have produced the firmware as expected. Running the following snippet however: ``` a = np.ndarray([1, 2, 3],...
Ok had a bit of a fiddle. It seems like we create the output array using ndarray_new_dense_ndarray but don't assign the elements to it. I tried: ``` for(size_t i=0; i...
Hi @Aluriak, I've just run into the same issue. Ran pipenv install clyngor to add the package to a venv, then ran the first sample on pypi page, ie: ```...
Adding use_clingo_module=False and setting clingo_bin_path seems to work when using my own binaries.
@benmoran56 Thanks so much for the reply and the tips!