bauom

Results 18 comments of bauom

it will need a concatenation function to do so.

> Does this work in Fortran? yeah it works on Fortran (Fortran handles the slice on its own).

and don't forget to merge with the master if there is an update.

> > @EmilyBourne , sorry for the late reply! > > for this code: > > ```python > > d = np.array([1, 2, 3]) > > c = np.array([d, d])...

> > `array_copy_data` uses strides and shape to copy arrays, the way it is made, it expects that the arrays that are going to be copied are outer arrays, it...

> Is this PR ready for its initial review or is it still in draft status? Both are indicated at the moment i was explaining to the new interns something...

@yguclu @EmilyBourne I have a question about the tests for the Cuda part, Because github action does not provide access to a GPU the only tests we can run are...

I have added the tests but i have encountered a weird behavior if i run the tests from `./tests` as the working directory the compiler does not find `cuda_ndarrays` folder...

> > I have added the tests but i have encountered a weird behavior if i run the tests from `./tests` as the working directory the compiler does not find...

@EmilyBourne Python path: `/usr/bin/python` Pyccel path: `/usr/local/bin/pyccel` but the error msg is : `gcc: error: /__w/pyccel/pyccel/tests/internal/scripts/ccuda/__pyccel__/cuda_ndarrays/cuda_ndarrays.cu: No such file or directory` not sure why this file is not created...