Skip to content
Snippets Groups Projects
Commit 7a685a24 authored by Charlotte Hausman's avatar Charlotte Hausman
Browse files

tweaking core sampler pipeline

parent 28d0fef1
No related branches found
No related tags found
2 merge requests!1452Merge 2.8.2 to main,!1350tweaking core sampler pipeline
Pipeline #9883 passed
......@@ -21,7 +21,6 @@
import logging
import sys
from io import StringIO
from logging import getLogger
from unittest.mock import patch
from core_sampler.core_sampler import main
......@@ -30,8 +29,6 @@ logger = logging.getLogger("core_sampler")
logger.setLevel(logging.INFO)
logger.addHandler(logging.StreamHandler(sys.stdout))
import pytest
def test_gets_eb_as_expected():
"""
......
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