Update and rename span.py to cartesian.py

This commit is contained in:
Nicola Demo
2023-04-27 14:36:24 +02:00
parent 32c99b787d
commit 6b763ae9ab

View File

@@ -6,7 +6,7 @@ from .label_tensor import LabelTensor
from .utils import torch_lhs
class Span(Location):
class CartesianDomain(Location):
"""PINA implementation of Hypercube domain."""
def __init__(self, span_dict):