forked from weecology/DeepForest
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproject.wpr
36 lines (36 loc) · 1.36 KB
/
project.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
28
29
30
31
32
33
34
35
36
#!wing
#!version=7.0
##################################################################
# Wing project file #
##################################################################
[project attributes]
debug.launch-configs = (2,
{'launch-YBDFEZYTlvpDwvfv': ({'shared': True},
{'buildcmd': ('project',
None),
'env': ('project',
[u'']),
'name': u'deepforest',
'pyexec': ('project',
u''),
'pypath': ('project',
[]),
'pyrunargs': ('project',
'-u'),
'runargs': u'',
'rundir': ('custom',
u'/Users/benweinstein/Documents/DeepForest')})})
proj.directory-list = [{'dirloc': loc('.'),
'excludes': (),
'filter': u'*',
'include_hidden': False,
'recursive': True,
'watch_for_changes': True}]
proj.file-type = 'shared'
proj.launch-config = {loc('../../Downloads/empty_frames_nan_repro/detect_cars_nan_repro.py'): ('c'\
'ustom',
(u'',
'launch-YBDFEZYTlvpDwvfv'))}
testing.auto-test-file-specs = (('glob',
'test_*'),)
testing.test-framework = {None: ':internal pytest'}