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
Passing the tuples around across function boundaries makes it extremely hard to understand what is going on and what the logic of the code actually is. Each step in the pipeline should be responsible for interpreting its own data.
Passing the tuples around across function boundaries makes it extremely hard to understand what is going on and what the logic of the code actually is. Each step in the pipeline should be responsible for interpreting its own data.
scibot/scibot/submit.py
Lines 61 to 129 in dd3942e
The text was updated successfully, but these errors were encountered: