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
A lot of tasks needlessly define wrapper functions which just call another function. This makes the code hard to follow. Instead, we should be using the task decorator directly. Example:
A lot of tasks needlessly define wrapper functions which just call another function. This makes the code hard to follow. Instead, we should be using the
task
decorator directly. Example:ram_utils/ramutils/tasks/montage.py
Lines 24 to 26 in b33894b
The text was updated successfully, but these errors were encountered: