Skip to content

Commit 43c213c

Browse files
authored
switch to the smart-arg package (linkedin#38)
* switch to the smart-arg package * 'None' should only be assigned to `Optional` types * make more use of typed parameter * demo to use typed argument in test * add shell demo to test
1 parent 4a26214 commit 43c213c

6 files changed

Lines changed: 123 additions & 388 deletions

File tree

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
include_package_data=True,
2323
install_requires=[
2424
'numpy<1.17',
25+
'smart-arg==0.0.5',
2526
'tensorflow==1.14.0',
2627
'tensorflow_ranking==0.1.4',
2728
'gast==0.2.2'

src/arg_suite/DO_NOT_CHANGE.TO_BE_REPLACED

Whitespace-only changes.

src/arg_suite/__init__.py

Whitespace-only changes.

src/arg_suite/arg_suite.py

Lines changed: 0 additions & 306 deletions
This file was deleted.

0 commit comments

Comments
 (0)