Skip to content

Commit 871460e

Browse files
committed
move import inside func to avoid issues with imports during testing/CI
1 parent fb4274b commit 871460e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/benchmark.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
import time
22
import numpy as np
3-
import pyvinecopulib as pv
43

54
import synthia as syn
65

76
def main():
7+
import pyvinecopulib as pv
8+
89
n_samples = 100
910
n_features = 50
1011
n_synthetic_samples = 500

0 commit comments

Comments
 (0)