Skip to content

Commit dc1140d

Browse files
committed
update workflows
1 parent e4a16c8 commit dc1140d

1 file changed

Lines changed: 0 additions & 13 deletions

File tree

.github/workflows/test.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -33,16 +33,3 @@ jobs:
3333

3434
- name: Use explicit plugin file
3535
run: nctool -d 'plugins::CrysText/Al_sg225.ncmat'
36-
37-
- name: Load all plugin files
38-
shell: python
39-
run: |
40-
from NCrystal.datasrc import browseFiles
41-
from NCrystal.core import createScatter
42-
for f in browseFiles(factory='plugins'):
43-
if f.name.startswith('CrysText/'):
44-
print('Loading f.fullKey')
45-
createScatter( f'{f.fullKey}'
46-
";dir1=@crys_hkl:0,1,0@lab:0,1,0"
47-
";dir2=@crys_hkl:1,0,0@lab:1,0,0"
48-
";mos=0.1deg;dirtol=180deg" )

0 commit comments

Comments
 (0)