You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Today the main_ds.py and data_process.py files parse out arguments
on the command-line via argparse. These parsed arguments are then
sent through the respective main functions and used as objects.
This should be updated so that there's type-checking happening to validate
that these types are truly present.
The text was updated successfully, but these errors were encountered:
Today the
main_ds.py
anddata_process.py
files parse out argumentson the command-line via argparse. These parsed arguments are then
sent through the respective main functions and used as objects.
This should be updated so that there's type-checking happening to validate
that these types are truly present.
The text was updated successfully, but these errors were encountered: