We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e07655 commit c6f129aCopy full SHA for c6f129a
lasso/dyna/d3plot.py
@@ -6200,8 +6200,7 @@ def write_d3plot(
6200
... [1, 0, 0],
6201
... [0, 1, 0]]])
6202
>>> d3plot.write_d3plot("yay.d3plot")
6203
-
6204
+ """
6205
6206
# if there is a single buffer, write all in
6207
if not isinstance(filepath, str):
lasso/femzip/femzip_api.py
@@ -1179,7 +1179,7 @@ def read_variables(
1179
-------
1180
arrays: dict
1181
dictionary with d3plot arrays
1182
1183
1184
# pylint: disable = too-many-arguments
1185
# pylint: disable = too-many-locals
0 commit comments