Skip to content

Commit 9c9b2b3

Browse files
authored
Merge pull request #833 from marrlab/clean_scripts
2 parents 81f209a + 06152ae commit 9c9b2b3

File tree

10 files changed

+4
-3
lines changed

10 files changed

+4
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,11 @@ jobs:
4444
- name: check if readme yaml works
4545
run: rm -r zoutput && python main_out.py -c ./examples/conf/vlcs_diva_mldg_dial.yaml
4646
- name: test if examples in markdown works
47-
run: bash -x -v ci_run_examples.sh
47+
run: bash -x -v scripts/ci_run_examples.sh
4848
- name: test if benchmark works
4949
run: |
5050
pip install snakemake==7.32.0 && pip install pulp==2.7.0
51+
echo "insert a shebang line (#!/bin/bash -x -v) at the beginning of the bash script"
5152
sed -i '1s/^/#!\/bin\/bash -x -v\n/' run_benchmark_standalone.sh
5253
bash -x -v run_benchmark_standalone.sh examples/benchmark/demo_shared_hyper_grid.yaml
5354
cat zoutput/benchmarks/mnist_benchmark_grid/hyperparameters.csv

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "domainlab"
3-
version = "0.6.3"
3+
version = "0.6.4"
44
readme = "README.md"
55
repository = "https://github.com/marrlab/DomainLab"
66
homepage = "https://marrlab.github.io/DomainLab/"
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def copy_dir(dir_path="zdata"):
3838
package_data={
3939
"zdata": [f for f in copy_dir()],
4040
},
41-
version="0.6.3",
41+
version="0.6.4",
4242
description="Library of modular domain generalization for deep learning",
4343
url="https://github.com/marrlab/DomainLab",
4444
author="Xudong Sun, et.al.",

0 commit comments

Comments
 (0)