David Wood

Results 47 issues of David Wood

I am trying to return a python list of dictionaries to a java List of Maps. It seems I need to do conversion and I can get the proper operation...

need-follow-up

![image](https://user-images.githubusercontent.com/5297044/56154628-0031d400-5f87-11e9-8851-fc617e165e8d.png)

I am doing the following (deep down in my main()) DoubleFFT_1D doubleFFT = new DoubleFFT_1D(dataInWindow.length); double[] resultsFFT = Arrays.copyOf(dataInWindow, dataInWindow.length); doubleFFT.realForward(resultsFFT); and when my main() returns it hangs for about...

### Search before asking - [X] I searched the [issues](https://github.com/IBM/data-prep-lab/issues) and found no similar issues. ### Component Other ### What happened + What you expected to happen To be able...

bug

### Search before asking - [X] I searched the [issues](https://github.com/IBM/data-prep-lab/issues) and found no similar issues. ### Component Other ### What happened + What you expected to happen Getting error messages...

bug

### Search before asking - [X] I searched the [issues](https://github.com/IBM/data-prep-lab/issues) and found no similar issues. ### Component Other ### Feature The example notebook uses the directory `test-data` to hold both...

enhancement

transforms/universal/tokenizer needs src/tokenizer_local.py to show how to use the transform outside of ray. See noop as an example.

enhancement

### OS version Mac ### Python version Python 3.10.11 ### Pip version Pip 24.0 ### Guide link https://packaging.python.org/tutorials/packaging-projects ### Problem description I am getting a naming collision when trying to...

### Search before asking - [X] I searched the [issues](https://github.com/IBM/data-prep-lab/issues) and found no similar issues. ### Component CI/CD ### What happened + What you expected to happen We found a...

bug

### Search before asking - [X] I searched the [issues](https://github.com/IBM/data-prep-lab/issues) and found no similar issues. ### Component Transforms/Other ### What happened + What you expected to happen Currently the transforms/universal/html2parquet...

bug