Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions changelog-entries/857.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Fixed the version selection of Python-based tutorials in the system tests [#857](https://github.com/precice/tutorials/pull/857)
3 changes: 1 addition & 2 deletions channel-transport/transport-nutils/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
setuptools # required by nutils
nutils~=7.3
numpy >1, <2
# remeshing support will be released with preCICE version 3.2
pyprecice @ git+https://github.com/precice/python-bindings.git@develop
pyprecice >=3.2 # Remeshing support is available since preCICE version 3.2
setuptools
7 changes: 5 additions & 2 deletions tools/tests/docker-compose.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,11 @@ services:
sed -i 's|</log>|<sink type=\"file\" output=\"precice-debug.log\" filter=\"%Severity% >= debug and %Rank% = 0\" enabled=\"true\" /></log>|g' precice-config.xml &&
sed -i 's%</participant>%<export:vtu directory=\"../{{precice_output_folder}}\" /> </participant>%g' precice-config.xml &&
sed -i 's|m2n:sockets |m2n:sockets network=\"eth0\" |g' precice-config.xml &&
cat precice-config.xml"

echo -e '\ngit+https://github.com/precice/micro-manager.git@{{build_arguments.MICRO_MANAGER_REF}}' | tee -a $(grep -r --include requirements.txt 'micro-manager-precice' -l .) > /dev/null &&
echo -e '\ngit+https://github.com/precice/fenicsx-adapter.git@{{build_arguments.FENICSX_ADAPTER_REF}}' | tee -a $(grep -r --include requirements.txt 'fenicsxprecice' -l .) > /dev/null &&
echo -e '\ngit+https://github.com/precice/fenics-adapter.git@{{build_arguments.FENICS_ADAPTER_REF}}' | tee -a $(grep -r --include requirements.txt 'fenicsprecice' -l .) > /dev/null &&
echo -e '\ngit+https://github.com/precice/python-bindings.git@{{build_arguments.PYTHON_BINDINGS_REF}}' | tee -a $(grep -r --include requirements.txt 'pyprecice' -l .) > /dev/null"
# TODO: fmiprecice does not have a _REF yet

{% for service in services %}
{{ service }}:
Expand Down
4 changes: 2 additions & 2 deletions tools/tests/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -521,8 +521,8 @@ test_suites:
case_combination:
- macro-nutils
- micro-nutils
max_time: 0.05
timeout: 600
max_time: 0.01
timeout: 1200
skip_compare: true # Values too close to zero
reference_result: ./two-scale-heat-conduction/reference-results/macro-nutils_micro-nutils.tar.gz

Expand Down
4 changes: 2 additions & 2 deletions two-scale-heat-conduction/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ cases:
micro-nutils:
participant: Micro-Manager
directory: ./micro-nutils
run: source /home/precice/venv/bin/activate && ./run.sh -s
component: nutils-adapter
run: ./run.sh -s
component: micro-manager
Loading