Skip to content

Commit

Permalink
No hacking please
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Schmelzer committed Dec 9, 2023
1 parent 32a947a commit 51f544f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions experiments/backtest.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@
from functools import lru_cache
from pathlib import Path
import pickle
import sys
import time
from typing import Callable
import numpy as np
import cvxpy as cp
import pandas as pd
from experiments.utils import synthetic_returns

# VERBOTEN
# hack to allow importing from parent directory without having a package
sys.path.append(str(Path(__file__).parent.parent))
# sys.path.append(str(Path(__file__).parent.parent))


def data_folder():
Expand Down

0 comments on commit 51f544f

Please sign in to comment.