fixed seed to make results depend only on input parameters

This commit is contained in:
Frederico 2024-12-31 00:08:33 +01:00
parent 2f8d646905
commit 323fcf56a0

View File

@ -1,5 +1,6 @@
from typing import List, Dict, Any, Tuple
import numpy as np
np.random.seed(42)
import pandas as pd
import tqdm