Julio Faracco

Results 12 issues of Julio Faracco

Hello guys, I'm trying to load a SEG-Y file using `segyio`, but the file is larger than the memory I have. So, I'm using the following code: ```python import segyio...

There are some datasets available on [SEG Wiki](https://wiki.seg.org/wiki/Open_data#New_Zealand_3D). One of them is Kahu 3-D. Kahu is not opening properly using `segyio`. Here is the code I`m using: filename = "KAHU-3D-PR3177-FM.3D.Final_Migration.sgy"...

There is a huge consensus that decorators are being used for functions due to the ability to create stateless procedures. Classes have state and according to several discussions methods cannot...

enhancement
needs:product feedback

**Is your feature request related to a problem? Please describe.** As mentioned by https://github.com/elyra-ai/elyra/issues/2258, it should be easy now to integrate new processor executor type into Elyra definition. This is...

kind:enhancement
platform: pipeline-BYO-runtime

Fixes: #4748 If there is no dask_cudf packages installed, this verification is still being executed. Then, it causes an exception because dask_cudf does not exists. It is important to use...

bug
Cython / Python
non-breaking
inactive-30d
inactive-90d

**Describe the bug** I'm using a singularity RAPIDS container and I'm getting a weird exception when I run the `StandardScaler` example from CuML doc. **Steps/Code to reproduce bug** Use any...

bug
? - Needs Triage
inactive-30d
inactive-90d

**What is your question?** Hello all, I'm trying to validate both HDBSCAN's and I'm getting a weird result. To explain it better, I'm gonna show you a simple code that...

question
? - Needs Triage
inactive-30d
inactive-90d

Today, it is almost impossible to monitor GPU usage using dask_memusage. Only regular memory is possible. With the proposed commits it is possible at least to compare the minimum GPU...

This series just change the SPEC file template to use CMake macros in order to get full benefits for redhat systems (that use RPM packaging builds). This series also add...

This commit just introduces a new argument to the download function: `bar`. The argument let the person who is developing code define his own progress bar using whatever he wants...

feature