Skip to content

Commit 05bf687

Browse files
committed
Test
1 parent d36345e commit 05bf687

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

PWGHF/D2H/Macros/ML/train_models.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,12 @@
2121
author: Mingyu Zhang <mingyu.zang@cern.ch>, Central China Normal University
2222
"""
2323

24-
import argparse
2524
import os
2625
import pickle
2726
import sys
2827

28+
29+
import argparse
2930
# pylint: disable=import-error
3031
try:
3132
from hipe4ml import plot_utils

0 commit comments

Comments
 (0)