-
Notifications
You must be signed in to change notification settings - Fork 0
/
fmn.wpr
executable file
·27 lines (27 loc) · 1.02 KB
/
fmn.wpr
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
#!wing
#!version=5.0
##################################################################
# Wing IDE project file #
##################################################################
[project attributes]
proj.file-list = [loc('datasets.py'),
loc('environments.py'),
loc('experiment.py'),
loc('features.py'),
loc('fmn.wpr'),
loc('helpers.py'),
loc('jobs.py'),
loc('learners.py'),
loc('LICENSE'),
loc('local.py'),
loc('README.md'),
loc('sensors.py'),
loc('test_models.py'),
loc('test_ptl.py')]
proj.file-type = 'shared'
proj.launch-config = {loc('jobs.py'): ('project',
(u'--debug --log_name logs',
''))}
testing.auto-test-file-specs = (('glob',
'test_'),)
testing.test-framework = {None: 'nose'}