Skip to content

Commit 5c77b94

Browse files
comments addressed
1 parent 484f653 commit 5c77b94

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Python client (high-level functions) for [RFEM 6](https://www.dlubal.com/en/prod
3232
This Python project is focused on opening RFEM 6 to all of our customers, enabling them to interact with RFEM 6 on a much higher level. If you are looking for a tool to help you solve parametric models or optimization tasks, you have come to the right place. This community serves as a support portal and base for all of your future projects. The goal is to create an easily expandable Python library, which communicates instructions to RFEM 6 through WebServices (WS). WS enables access to RFEM 6 either via a local instance or a remote internet connection.
3333

3434

35-
## Eyes on Upcoming Developments! :eyes:
35+
## Eyes on Upcoming Development! :eyes:
3636

3737
As you may have already heard, brand new WS features are in the works. Having support for Python scripting directly in the RFEM, we have foundations to build completely new WS API which will be faster, have better access to results, and will have full compatibility with RFEM Console.
3838

UnitTests/test_resultTableAddOn.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
sys.path.append(PROJECT_ROOT)
1010

1111
from RFEM.enums import NodalSupportType, NodalLoadDirection, DesignSituationType, ActionCategoryType, AddOn
12-
from RFEM.initModel import Model, SetAddonStatus, Calculate_all, closeModel
12+
from RFEM.initModel import Model, SetAddonStatus, Calculate_all
1313
from RFEM.dataTypes import inf
1414
from RFEM.Results.resultTables import ResultTables
1515
from RFEM.BasicObjects.material import Material

0 commit comments

Comments
 (0)