File size: 1,090 Bytes
91895bb | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 | # Repair an inconsistent near-Earth vector conversion
A space-physics instrument workflow uses the supplied scientific package to
convert a catalogue of Cartesian direction vectors between near-Earth
coordinate systems. The calculation completes and returns finite coordinates,
but the converted catalogue does not satisfy the scientific geometry described
by the supplied material.
Run the public reproduction, study the complete source snapshot, and repair the
implementation so that the
coordinate workflow is scientifically consistent. The repair must generalize
to other valid vector catalogues, coordinate systems, observation times, and
frame attributes. Do not special-case the supplied fixture or replace the
scientific calculation with fixed output.
Work only in this task directory. The evaluation environment is Linux and has
no network access. You may modify files under `source/`.
Use:
```bash
python reproduce.py
```
The command returns `1` for the reproduced finite scientific inconsistency,
`0` after a successful repair, and `2` for a runner or environment failure.
|