We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3490b91 commit 1fca7deCopy full SHA for 1fca7de
fiberoripy/closures.py
@@ -684,7 +684,6 @@ def symmetric_quadratic_closure(a):
684
----------
685
a : (Mx)3x3 numpy array
686
(Array of) Second order fiber orientation tensor.
687
-
688
Returns
689
-------
690
A : (Mx)3x3x3x3 numpy array
@@ -699,7 +698,7 @@ def symmetric_quadratic_closure(a):
699
698
https://doi.org/10.1122/8.0000245
700
Notes
701
702
- In general, the SQC does contract to its second-order input.
+ In general, the SQC does not contract to its second-order input.
703
"""
704
assert_fot_properties(a)
705
0 commit comments