Skip to content

Commit

Permalink
Fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
phschiele committed Dec 16, 2023
1 parent a6e534f commit e1f63a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion experiments/scaling_large.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import cvxpy as cp
import numpy as np
import pandas as pd
from utils import generate_random_inputs
from experiments.utils import generate_random_inputs


def main():
Expand Down

0 comments on commit e1f63a7

Please sign in to comment.