You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Examples/Arrow/ArrowSetSystem.ipynb
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -629,7 +629,7 @@
629
629
"source": [
630
630
"Notice in the above that the input `x` did not interfere with the calculation, and `d` was not copied forward. The idea is behavior during composition is very close to behavior during action/application, so we find more issues during composition.\n",
631
631
"\n",
632
-
"However, `.transform()` does not associate with compositionas we have `b.transform(a.transform(d))` is not equal to `ab.transform(d)`."
632
+
"However, `.transform()` does not associate with composition, or is not an action of this category, as we have `b.transform(a.transform(d))` is not equal to `ab.transform(d)`. `.transform()` does associate with the arrows of the stricter [identical column set category we demonstrated earlier](https://github.com/WinVector/data_algebra/blob/master/Examples/Arrow/CDesign.md), so it is an action of this category."
Notice in the above that the input `x` did not interfere with the calculation, and `d` was not copied forward. The idea is behavior during composition is very close to behavior during action/application, so we find more issues during composition.
319
367
320
-
However, `.transform()` does not associate with compositionas we have `b.transform(a.transform(d))` is not equal to `ab.transform(d)`.
368
+
However, `.transform()` does not associate with composition, or is not an action of this category, as we have `b.transform(a.transform(d))` is not equal to `ab.transform(d)`. `.transform()` does associate with the arrows of the stricter [identical column set category we demonstrated earlier](https://github.com/WinVector/data_algebra/blob/master/Examples/Arrow/CDesign.md), so it is an action of this category.
0 commit comments