SAME-Project / same-project

https://sameproject.ml/
Apache License 2.0
19 stars 8 forks source link

Add same.dataset #56

Closed js-ts closed 2 years ago

js-ts commented 2 years ago

https://colab.research.google.com/drive/1RbtPCBHQy377AK7ngd_N6lUD6bR9RjF_

github-actions[bot] commented 2 years ago

Unit Test Results

  1 files    1 suites   32s :stopwatch: 57 tests 49 :heavy_check_mark: 8 :zzz: 0 :x:

Results for commit 0768b538.

:recycle: This comment has been updated with latest results.

github-actions[bot] commented 2 years ago

Coverage

Coverage Report
FileStmtsMissCover
clients
   init.py00100%
   context.py50100%
   durable_functions_client.py544124%
jupyter/kernel
   init.py110%
   context.py550%
   same_kernel.py58580%
   setup.py220%
TOTAL12510714% 

Tests Skipped Failures Errors Time
57 8 :zzz: 0 :x: 0 :fire: 32.608s :stopwatch:
lukemarsden commented 2 years ago

Please move dataset into sameproject module so that user can pip3 install sameproject

import sameproject as same
same.dataset(...)

from inside a notebook.

aronchick commented 2 years ago

@lukemarsden this looks fine to me now, ptal for style?

lukemarsden commented 2 years ago

Nice work @js-ts - thank you! Please merge at will.