Skip to content

Commit

Permalink
tests pass
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Weinstein authored and Ben Weinstein committed Jun 3, 2021
1 parent 4acc769 commit ec250c7
Show file tree
Hide file tree
Showing 4 changed files with 637 additions and 466 deletions.
2 changes: 1 addition & 1 deletion docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
DeepForest has Windows, Linux and OSX prebuilt wheels on pypi. We *strongly* recommend using a conda or virtualenv to create a clean installation container.

```
pip install DeepForest-pytorch
pip install DeepForest
```

For questions on conda-forge installation, please submit issues to the feedstock repo: https://github.com/conda-forge/deepforest-feedstock
Expand Down
19 changes: 19 additions & 0 deletions project.wpr
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,32 @@
# Wing project file #
##################################################################
[project attributes]
debug.launch-configs = (2,
{'launch-csXdSw9d1tIxroc9': ({},
{'buildcmd': ('project',
None),
'env': ('project',
[u'']),
'name': 'pip',
'pyexec': ('custom',
u'/Users/benweinstein/opt/miniconda3/envs/test/bin/python'),
'pypath': ('project',
[]),
'pyrunargs': ('project',
'-u'),
'runargs': u'',
'rundir': ('project',
u'')})})
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('tests/test_main.py'): ('custom',
(u'',
'launch-csXdSw9d1tIxroc9'))}
testing.auto-test-file-specs = (('glob',
'test_*'),)
testing.test-framework = {None: ':internal pytest'}
Loading

0 comments on commit ec250c7

Please sign in to comment.