Skip to content
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.

Commit

Permalink
Merge branch 'master' into cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
leonlan authored Mar 19, 2024
2 parents 380f3ed + f6c7c76 commit cd04263
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ddwp/static_solvers/scenario_solver.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
from __future__ import annotations

import warnings
from dataclasses import dataclass
from typing import List
import warnings

import numpy as np
from pyvrp import (
Expand Down Expand Up @@ -30,6 +30,7 @@
from pyvrp.stop import MaxRuntime

from ddwp.VrpInstance import VrpInstance

from .instance2data import instance2data

warnings.filterwarnings("ignore", category=EmptySolutionWarning)
Expand Down

0 comments on commit cd04263

Please sign in to comment.