File tree 3 files changed +3
-2
lines changed
3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ WORKDIR /CEASIOMpy/installation/Ubuntu/
28
28
29
29
# Download only the required installation scripts
30
30
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 && \
32
32
wget https://raw.githubusercontent.com/cfsengineering/CEASIOMpy/main/installation/Ubuntu/install_pentagrow.sh
33
33
34
34
# Make the scripts executable
Original file line number Diff line number Diff line change @@ -173,7 +173,7 @@ There are many different modules available in CEASIOMpy that can be combined to
173
173
174
174
#### Structure
175
175
176
- - [AeroFrame](./ceasiompy/AeroFrame_new /README.md) :heavy_check_mark:
176
+ - [AeroFrame](./ceasiompy/AeroFrame /README.md) :heavy_check_mark:
177
177
178
178
#### Data Analysis and Storage
179
179
Original file line number Diff line number Diff line change @@ -108,6 +108,7 @@ def test_integration_5():
108
108
# =================================================================================================
109
109
110
110
if __name__ == "__main__" :
111
+ test_integration_1 ()
111
112
print ("Integration tests" )
112
113
print ("To run test use the following command:" )
113
114
print (">> pytest -v . --cov=../ceasiompy --cov-report term" )
You can’t perform that action at this time.
0 commit comments