Skip to content

Commit

Permalink
Fix imports in tests/gflownet/envs/test_lattice_parameters.py
Browse files Browse the repository at this point in the history
  • Loading branch information
alexhernandezgarcia committed Mar 4, 2024
1 parent fc4c535 commit 2fbb792
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions tests/gflownet/envs/test_lattice_parameters.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,18 @@
import pytest
import torch

from gflownet.envs.crystals.lattice_parameters import (
from gflownet.envs.crystals.lattice_parameters import PARAMETER_NAMES, LatticeParameters
from gflownet.utils.common import tfloat
from gflownet.utils.crystals.constants import (
CUBIC,
HEXAGONAL,
LATTICE_SYSTEMS,
MONOCLINIC,
ORTHORHOMBIC,
PARAMETER_NAMES,
RHOMBOHEDRAL,
TETRAGONAL,
TRICLINIC,
LatticeParameters,
)
from gflownet.utils.common import tfloat

N_REPETITIONS = 100

Expand Down

0 comments on commit 2fbb792

Please sign in to comment.