Skip to content

Commit fc54ee5

Browse files
committed
Handled a reference of lasso premium
1 parent 2efed71 commit fc54ee5

File tree

8 files changed

+47
-14
lines changed

8 files changed

+47
-14
lines changed

.idea/.gitignore

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/inspectionProfiles/profiles_settings.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/lasso-python.iml

Lines changed: 15 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/modules.xml

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/vcs.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lasso/diffcrash/diffcrash_run.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ def parse_diffcrash_args():
8282
print(get_application_header())
8383

8484
parser = argparse.ArgumentParser(
85-
description="Python utility script for Diffcrash written by LASSO GmbH."
85+
description="Python utility script for Diffcrash written by OPEN-LASSO."
8686
)
8787

8888
parser.add_argument(
@@ -1225,7 +1225,7 @@ def read_config_file(self, config_file: str) -> List[str]:
12251225
From the official diffcrash docs ... seriously.
12261226
"""
12271227

1228-
# Just to make it clear, this is not code from LASSO
1228+
# Just to make it clear, this is not code from OPEN-LASSO
12291229
# ...
12301230

12311231
# pylint: disable = too-many-locals

lasso/dyna/d3plot.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6201,11 +6201,7 @@ def write_d3plot(
62016201
... [0, 1, 0]]])
62026202
>>> d3plot.write_d3plot("yay.d3plot")
62036203
6204-
Notes
6205-
-----
6206-
This function is not available in the public version please contact
6207-
LASSO directly in case of further interest.
6208-
"""
6204+
62096205
62106206
# if there is a single buffer, write all in
62116207
if not isinstance(filepath, str):

lasso/femzip/femzip_api.py

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1179,13 +1179,7 @@ def read_variables(
11791179
-------
11801180
arrays: dict
11811181
dictionary with d3plot arrays
1182-
1183-
Notes
1184-
-----
1185-
Uses extended femzip library and requires a license
1186-
for 'FEMUNZIPLIB_DYNA'. Please contact sidact if
1187-
required.
1188-
"""
1182+
11891183
11901184
# pylint: disable = too-many-arguments
11911185
# pylint: disable = too-many-locals

0 commit comments

Comments
 (0)