gpilab / core-nodes

The core nodes are a collection of basic data manipulation and visualization algorithms.
http://docs.gpilab.com/en/develop/NodeDev/devguide.html
BSD 3-Clause "New" or "Revised" License
11 stars 6 forks source link

Make combine smarter #25

Open borupdaniel opened 4 years ago

borupdaniel commented 4 years ago

Combine should be smarter and able to broadcast, i.e. it should work without having to Extend the inputs (from @aganders3 a while back).

I assume this would work as — if there are unique dimensions that match, extend and broadcast automatically, otherwise don't compute and display an appropriate warning.