Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Custom operator serialize #120

Merged
merged 18 commits into from
Jun 28, 2023
Prev Previous commit
Next Next commit
Remove unused imports
  • Loading branch information
YamLyubov committed Jun 27, 2023
commit fea516f91574bc40641ae3dc7b570a419fe2edba
2 changes: 0 additions & 2 deletions test/unit/serialization/test_external_serialize.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
import os.path
from pathlib import Path

import pytest

from golem.core.optimisers.opt_history_objects.opt_history import OptHistory
from golem.core.paths import project_root
from golem.visualisation.opt_viz import OptHistoryVisualizer, PlotTypesEnum


@pytest.mark.parametrize('history_path', [
Expand Down