Skip to content

pickle operator reconstruction leads to slightly different code #2201

Open
@mloubout

Description

@mloubout

In some case the pickling leads to miss-reconstruction of -1 with differences like

  - loat px = -floor((-o_x + src_coords[p_src][0])/h_x) + (-o_x + src_coords[p_src][0])/h_x;
  + loat px = (-1)*floor((-o_x + src_coords[p_src][0])/h_x) + (-o_x + src_coords[p_src][0])/h_x;

In test_pickle.py::TestOperator::test_usave_sampled

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions