Skip to content

Commit db1e5a5

Browse files
authored
Merge pull request #33 from open-lasso-python/Issue/premium_ver_ref
Issue/premium ver ref
2 parents dc3a822 + c6f129a commit db1e5a5

File tree

3 files changed

+2
-13
lines changed

3 files changed

+2
-13
lines changed

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: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6200,11 +6200,6 @@ def write_d3plot(
62006200
... [1, 0, 0],
62016201
... [0, 1, 0]]])
62026202
>>> d3plot.write_d3plot("yay.d3plot")
6203-
6204-
Notes
6205-
-----
6206-
This function is not available in the public version please contact
6207-
LASSO directly in case of further interest.
62086203
"""
62096204

62106205
# if there is a single buffer, write all in

lasso/femzip/femzip_api.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1179,12 +1179,6 @@ 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.
11881182
"""
11891183

11901184
# pylint: disable = too-many-arguments

0 commit comments

Comments
 (0)