Skip to content

Commit 9e331d8

Browse files
committed
docs: Add import note
1 parent 647a083 commit 9e331d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

train.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from pathlib import Path
77
from typing import Dict, Iterator, List, Tuple
88

9-
import glow # noqa
9+
import glow # noqa # Prevent hanging of SciPy on CTRL-C
1010
import numpy as np
1111
import optuna
1212
from scipy.interpolate import interp1d

0 commit comments

Comments
 (0)