Implement Dataset, Dataloader and DataModule class and fix SupervisedSolver
This commit is contained in:
committed by
Nicola Demo
parent
b9753c34b2
commit
c9304fb9bb
@@ -33,7 +33,7 @@ class CartesianDomain(DomainInterface):
|
||||
@property
|
||||
def sample_modes(self):
|
||||
return ["random", "grid", "lh", "chebyshev", "latin"]
|
||||
|
||||
|
||||
@property
|
||||
def variables(self):
|
||||
"""Spatial variables.
|
||||
|
||||
Reference in New Issue
Block a user