Skip to content

Commit fcaf205

Browse files
committed
Merge branch 'cyfan' of https://github.com/numericalEFT/MCintegration.py into cyfan
2 parents 2f4ea5f + 8802e08 commit fcaf205

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ jobs:
4343
4444
- name: Run tests
4545
run: |
46+
cat codecov.yml | curl --data-binary @- https://codecov.io/validate
4647
export PYTHONPATH=MCintegration
4748
pytest --cov --cov-report=xml
4849

examples/mc_multigpu_test.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
)
1111

1212

13-
# backend = "nccl"
14-
backend = "gloo"
13+
backend = "nccl"
14+
# backend = "gloo"
1515
# set_seed(42)
1616
setup(backend=backend)
1717
device = get_device()

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ matplotlib
77
tqdm
88
absl-py
99
beautifulsoup4
10+
pandas

0 commit comments

Comments
 (0)