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
but other checks fail in the loader (such as a duplicate parameter)
this message being printed is confusing, because "loader check successful" implies that the loader config is error-free, but in reality this is not the case.
I think the message should be updated to be more specific in stating that the check for the first method being a loader was successful, to avoid such confusion in cases where the check passes but other checks that involve the loader fail. Maybe something like:
Loader first in pipeline check successful
The text was updated successfully, but these errors were encountered:
There's a check that is making sure that the first method in the pipeline YAML file is a loader:
httomo/httomo/yaml_checker.py
Lines 102 to 122 in 2e15a80
If the check passes, the message printed is:
httomo/httomo/yaml_checker.py
Line 120 in 2e15a80
However, in the event that:
this message being printed is confusing, because "loader check successful" implies that the loader config is error-free, but in reality this is not the case.
I think the message should be updated to be more specific in stating that the check for the first method being a loader was successful, to avoid such confusion in cases where the check passes but other checks that involve the loader fail. Maybe something like:
The text was updated successfully, but these errors were encountered: