Skip to content
Snippets Groups Projects
Commit 34611abd authored by Alán Muñoz's avatar Alán Muñoz
Browse files

update argo location

parent 4f399172
No related branches found
No related tags found
No related merge requests found
# Example of argo experiment explorer # Example of argo experiment explorer
from agora.argo import Argo from aliby.utils.argo import Argo
from extraction.core.extractor import Extractor from extraction.core.extractor import Extractor
from extraction.core.parameters import Parameters from extraction.core.parameters import Parameters
from extraction.core.functions.defaults import get_params from extraction.core.functions.defaults import get_params
......
# Example of argo experiment explorer # Example of argo experiment explorer
import pytest import pytest
from agora.argo import Argo from aliby.utils.argo import Argo
@pytest.mark.skip(reason="no way of testing this without sensitive info") @pytest.mark.skip(reason="no way of testing this without sensitive info")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment