spacetelescope / stpipe

https://stpipe.readthedocs.io
Other
3 stars 25 forks source link

Step.finalize_result called for every character of strings returned by steps (or used as input when a step is skipped). #188

Open braingram opened 1 week ago

braingram commented 1 week ago

As an example, using nsclean from jwst (skipped by default) calling strun nsclean abcdefg results in Step.finalize_result being called with "a", then "b", then "c"...