Skip to content

Commit

Permalink
Update src/sciline/pipeline.py
Browse files Browse the repository at this point in the history
Co-authored-by: Jan-Lukas Wynen <[email protected]>
  • Loading branch information
SimonHeybrock and jl-wynen authored Aug 11, 2023
1 parent 0a51b70 commit cc98092
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sciline/pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,7 @@ def _build_series(self, tp: Type[Series[KeyType, ValueType]]) -> Graph:
2. Instantiation of `Replicator`, which will be used to replicate the
relevant parts of the graph (see illustration there).
3. Insert a special `SeriesProvider` node, which will gather the duplicates of
the 'B' node and providers the requested Series[Idx,B].
the 'B' node and provides the requested Series[Idx,B].
4. Replicate the graph. Nodes that do not directly or indirectly depend on P1
are not replicated.
Expand Down

0 comments on commit cc98092

Please sign in to comment.