Skip to content

Commit

Permalink
optimize imports
Browse files Browse the repository at this point in the history
  • Loading branch information
V3RGANz committed Nov 8, 2019
1 parent 050d5f8 commit 8770d3c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 0 additions & 3 deletions data.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
import logging
import math
import pickle
import random
from pathlib import Path

import numpy as np
from torch.utils.data.dataset import Dataset
Expand Down
1 change: 1 addition & 0 deletions evaluation.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
import torch
from matplotlib import pyplot as plt
from tqdm import tqdm

from data import PTCL_FEATURES, DIJET_SYSTEM_FEATURES

ANGLE_IDX = 5
Expand Down

0 comments on commit 8770d3c

Please sign in to comment.