Skip to content

Commit e41170b

Browse files
committed
Merge branch 'aeroframe-new-framat' of https://github.com/cfsengineering/CEASIOMpy into aeroframe-new-framat
2 parents 321446e + 8800b06 commit e41170b

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

CEASIOMpy_docker_Installation

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ WORKDIR /CEASIOMpy/installation/Ubuntu/
2828

2929
# Download only the required installation scripts
3030
RUN wget https://raw.githubusercontent.com/cfsengineering/CEASIOMpy/main/installation/Ubuntu/install_pyavl.sh && \
31-
wget https://raw.githubusercontent.com/cfsengineering/CEASIOMpy/main/installation/Ubuntu/install_su2.sh
31+
wget https://raw.githubusercontent.com/cfsengineering/CEASIOMpy/main/installation/Ubuntu/install_su2.sh && \
3232
wget https://raw.githubusercontent.com/cfsengineering/CEASIOMpy/main/installation/Ubuntu/install_pentagrow.sh
3333

3434
# Make the scripts executable

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ There are many different modules available in CEASIOMpy that can be combined to
173173
174174
#### Structure
175175
176-
- [AeroFrame](./ceasiompy/AeroFrame_new/README.md) :heavy_check_mark:
176+
- [AeroFrame](./ceasiompy/AeroFrame/README.md) :heavy_check_mark:
177177
178178
#### Data Analysis and Storage
179179

tests/test_integration_tests.py

+1
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ def test_integration_5():
108108
# =================================================================================================
109109

110110
if __name__ == "__main__":
111+
test_integration_1()
111112
print("Integration tests")
112113
print("To run test use the following command:")
113114
print(">> pytest -v . --cov=../ceasiompy --cov-report term")

0 commit comments

Comments
 (0)