Skip to content

Make derivatives test more general

Sebastian Ohlmann requested to merge improve_derivatives_test into develop

Description

Remove access to internal memory of batches and use batch_set_state and batch_get_state function. This makes the test independent of the representation and logics of the batch.

Checklist

  • I have checked that my code follows the Octopus coding standards
  • I have added tests for all the new features added in this request.

Merge request reports