Thrameos / jpype

Thrameos personal sandbox for enhancements to jpype to send to originell.
Other
0 stars 1 forks source link

JArray lacks a convert method. #23

Closed Thrameos closed 6 years ago

Thrameos commented 6 years ago

If you have a sequence and you need a java array, it has be be converted each time it is passed rather than converted and held. Consider overloading JArray(type, values=) to create the array initializing from a python list.

This should not be hard to support as there is already a convertToJava method that can give the java array instance.

Thrameos commented 6 years ago

No wait found it. It is just not overloaded to use np.array.