Skip to content

Commit

Permalink
no connect dpf
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohamed Koubaa committed Nov 13, 2024
1 parent d092e9f commit 67cc32c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -177,11 +177,11 @@ jobs:
name: server_output_docs.txt
path: server_output.txt

- name: DPF Logs (on screen)
if: always()
run: |
docker logs dpfserver
docker stop dpfserver
# - name: DPF Logs (on screen)
# if: always()
# run: |
# docker logs dpfserver
# docker stop dpfserver

smoke-tests:
name: "Build wheelhouse for ${{ matrix.os }} and Python ${{ matrix.python-version }}"
Expand Down
2 changes: 1 addition & 1 deletion examples/Airbag/airbag_post.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# ~~~~~~~~~~~~~~~~~~~~~
# Connect to the DPF Server.
#
dpf.connect_to_server()
# dpf.connect_to_server()

###############################################################################
# Load model
Expand Down

0 comments on commit 67cc32c

Please sign in to comment.