Skip to content

Commit ec250c7

Browse files
Ben WeinsteinBen Weinstein
Ben Weinstein
authored and
Ben Weinstein
committed
tests pass
1 parent 4acc769 commit ec250c7

File tree

4 files changed

+637
-466
lines changed

4 files changed

+637
-466
lines changed

docs/installation.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
DeepForest has Windows, Linux and OSX prebuilt wheels on pypi. We *strongly* recommend using a conda or virtualenv to create a clean installation container.
44

55
```
6-
pip install DeepForest-pytorch
6+
pip install DeepForest
77
```
88

99
For questions on conda-forge installation, please submit issues to the feedstock repo: https://github.com/conda-forge/deepforest-feedstock

project.wpr

+19
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,32 @@
44
# Wing project file #
55
##################################################################
66
[project attributes]
7+
debug.launch-configs = (2,
8+
{'launch-csXdSw9d1tIxroc9': ({},
9+
{'buildcmd': ('project',
10+
None),
11+
'env': ('project',
12+
[u'']),
13+
'name': 'pip',
14+
'pyexec': ('custom',
15+
u'/Users/benweinstein/opt/miniconda3/envs/test/bin/python'),
16+
'pypath': ('project',
17+
[]),
18+
'pyrunargs': ('project',
19+
'-u'),
20+
'runargs': u'',
21+
'rundir': ('project',
22+
u'')})})
723
proj.directory-list = [{'dirloc': loc('.'),
824
'excludes': (),
925
'filter': u'*',
1026
'include_hidden': False,
1127
'recursive': True,
1228
'watch_for_changes': True}]
1329
proj.file-type = 'shared'
30+
proj.launch-config = {loc('tests/test_main.py'): ('custom',
31+
(u'',
32+
'launch-csXdSw9d1tIxroc9'))}
1433
testing.auto-test-file-specs = (('glob',
1534
'test_*'),)
1635
testing.test-framework = {None: ':internal pytest'}

0 commit comments

Comments
 (0)