Skip to content

StreamingMode, Composite Point Arrays, and a few bug fixes

Caitlin Ross requested to merge caitlin.ross/fides:fides-improvements into master
  • Composite point arrays: lets you define 3 arrays where the values are zipped together instead of performing a cartesian product
  • StreamingMode: needed for BP5. Unlike previous formats, BP5 requires that you specify random access or streaming up front. If streaming, you cannot access anything (not even attributes) before the first BeginStep().

The new test added tests both of these features (and reading BP5).

Updated ADIOS CI to see if a memory leak had been fixed in a more recent version. It has not, so I added a suppression until ADIOS issue 3443 is fixed.

Edited by Caitlin Ross

Merge request reports