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
Both processes and algorithms use configs, but the syntax is different. The methods on a process to access the config use an implicit config block whereas for algorithms, the config block must be specified. It would be great to standardize the signatures for these calls so config traits would be usable for both processes and algorithms.
The text was updated successfully, but these errors were encountered:
Both processes and algorithms use configs, but the syntax is different. The methods on a process to access the config use an implicit config block whereas for algorithms, the config block must be specified. It would be great to standardize the signatures for these calls so config traits would be usable for both processes and algorithms.
The text was updated successfully, but these errors were encountered: