Currently, computing facets of a lattice polytope, changes whether it is reflexive or not.
sage: p = LatticePolytope([], lattice=ToricLattice(3).dual()); p
-1-d lattice polytope in 3-d lattice M
sage: a = p.faces()[0][0]
sage: p = LatticePolytope([], lattice=ToricLattice(3).dual()); p
-1-d lattice polytope in 3-d lattice M
sage: a = p.faces()[0][0]; a
-1-d lattice polytope in 3-d lattice M
sage: a.facet_normals()
Empty collection
in 3-d lattice N
sage: a
-1-d reflexive polytope in 3-d lattice M
CC: @jplab @LaisRast @novoselt
Component: geometry
Keywords: lattice polytopes, reflexive
Author: Jonathan Kliem
Branch/Commit: 769d877
Reviewer: Andrey Novoseltsev
Issue created by migration from https://trac.sagemath.org/ticket/28741