File tree 1 file changed +21
-1
lines changed
1 file changed +21
-1
lines changed Original file line number Diff line number Diff line change 36
36
run : pip list
37
37
- name : Run integration checks
38
38
run : |
39
- pytest -m slow --durations=10 --basetemp=foo
39
+ df
40
+ pytest -m slow --durations=10 tests/models/test_copernicusfm.py
41
+ df
42
+ pytest -m slow --durations=10 tests/models/test_croma.py
43
+ df
44
+ pytest -m slow --durations=10 tests/models/test_dofa.py
45
+ df
46
+ pytest -m slow --durations=10 tests/models/test_panopticon.py
47
+ df
48
+ pytest -m slow --durations=10 tests/models/test_resnet.py
49
+ df
50
+ pytest -m slow --durations=10 tests/models/test_scale_mae.py
51
+ df
52
+ pytest -m slow --durations=10 tests/models/test_swin.py
53
+ df
54
+ pytest -m slow --durations=10 tests/models/test_vit.py
55
+ df
56
+ pytest -m slow --durations=10 tests/samplers
57
+ df
58
+ pytest -m slow --durations=10 tests/trainers
59
+ df
40
60
python -m torchgeo --help
41
61
torchgeo --help
42
62
notebooks :
You can’t perform that action at this time.
0 commit comments