Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP]Add reader test #148

Open
wants to merge 36 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
58406fd
add
gongweibao May 8, 2020
3475a92
merge
gongweibao May 11, 2020
78e7c8f
merge
gongweibao May 11, 2020
cddda8c
Merge branch 'develop' of https://github.com/elasticdeeplearning/edl …
gongweibao May 11, 2020
a2e4abc
Merge branch 'develop' of https://github.com/elasticdeeplearning/edl …
gongweibao May 14, 2020
b454b4c
Merge branch 'develop' of https://github.com/elasticdeeplearning/edl …
gongweibao May 15, 2020
44558a7
Merge branch 'develop' of https://github.com/elasticdeeplearning/edl …
gongweibao May 15, 2020
d8941b6
Merge branch 'develop' of https://github.com/elasticdeeplearning/edl …
gongweibao May 18, 2020
593771b
Merge branch 'develop' of https://github.com/elasticdeeplearning/edl …
gongweibao May 18, 2020
2ecf315
Merge branch 'develop' of https://github.com/elasticdeeplearning/edl …
gongweibao May 20, 2020
2222d3e
Merge branch 'develop' of https://github.com/elasticdeeplearning/edl …
gongweibao May 26, 2020
49b650b
Merge branch 'develop' of https://github.com/elasticdeeplearning/edl …
gongweibao May 26, 2020
d3602c0
Merge branch 'develop' of https://github.com/elasticdeeplearning/edl …
gongweibao Jun 2, 2020
b61e04e
Merge branch 'develop' of https://github.com/elasticdeeplearning/edl …
gongweibao Jun 8, 2020
a48f911
Merge branch 'develop' of https://github.com/elasticdeeplearning/edl …
gongweibao Jun 8, 2020
6d79b03
Merge branch 'develop' of https://github.com/elasticdeeplearning/edl …
gongweibao Jun 10, 2020
def2fb7
Merge branch 'develop' of https://github.com/elasticdeeplearning/edl …
gongweibao Jun 12, 2020
f5a1ba3
Merge branch 'develop' of https://github.com/elasticdeeplearning/edl …
gongweibao Jun 19, 2020
ccd7409
Merge branch 'develop' of https://github.com/elasticdeeplearning/edl …
gongweibao Jun 28, 2020
8264b0e
Merge branch 'develop' of https://github.com/elasticdeeplearning/edl …
gongweibao Aug 3, 2020
0a8ddcf
Merge branch 'develop' of https://github.com/elasticdeeplearning/edl …
gongweibao Aug 7, 2020
d91cca4
Merge branch 'develop' of https://github.com/elasticdeeplearning/edl …
gongweibao Sep 21, 2020
c2e4af1
Merge branch 'develop' of https://github.com/elasticdeeplearning/edl …
gongweibao Sep 21, 2020
c0ce338
Merge branch 'develop' of https://github.com/elasticdeeplearning/edl …
gongweibao Sep 21, 2020
8a2e2cf
Merge branch 'develop' of https://github.com/elasticdeeplearning/edl …
gongweibao Sep 23, 2020
39ad87e
add
gongweibao Sep 23, 2020
534e4cd
add
gongweibao Sep 23, 2020
ca8f5ff
add
gongweibao Sep 23, 2020
4564c62
add
gongweibao Sep 23, 2020
5d8d8e2
Merge branch 'develop' of https://github.com/elasticdeeplearning/edl …
gongweibao Sep 25, 2020
73fec29
add
gongweibao Sep 27, 2020
56af7d3
Merge branch 'addreadertest' of https://github.com/gongweibao/edl int…
gongweibao Sep 27, 2020
10bb78f
mrege
gongweibao Oct 9, 2020
64d950b
mrege
gongweibao Oct 9, 2020
61e145d
add test=develop
gongweibao Oct 9, 2020
a6351d0
add test=develop
gongweibao Oct 13, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions python/edl/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,7 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

from edl.collective.state import PaddleState
from edl.collective.state import State
from edl.collective.distribute_reader import Reader as DistributeReader
Loading