sbijax.util

Contents

sbijax.util#

sbijax.util contains other utility functions that didn’t make it into the main module.

stack_data(data, also_data)

Stack two data sets.

sbijax.util.stack_data(data, also_data)[source]#

Stack two data sets.

Return type:

Any

Parameters:
  • data (Any) – one data set

  • also_data (Any) – another data set

Returns:

returns the stack of the two data sets