Add warning in transit tuto on SequenceParallel
API
#140
Labels
documentation
Improvements or additions to documentation
SequenceParallel
API
#140
At the end of https://prose.readthedocs.io/en/latest/ipynb/casestudies/transit.html#multiprocessing-alternative , put a warning about the
data_blocks
like:If not passed as
data_blocks
(second attribute ofSequenceParallel
), a block will not retain attributes. Any blocks whose attributes must be accessed (likeGetFluxes
orSelectiveStack
) must be in thedata_blocks
list.The text was updated successfully, but these errors were encountered: