Skip to content
Snippets Groups Projects
Commit 366fa4ea authored by Ashwin Vishnu's avatar Ashwin Vishnu
Browse files

Empty tuple as axes for operators0d

parent d88c0382
No related branches found
No related tags found
1 merge request!12Make HDF5 mpi mode work and allow loading state_phys from files making use of sim.oper.axes
......@@ -28,6 +28,7 @@
def __init__(self, params=None, SEQUENTIAL=None):
self.params = params
self.axes = tuple()
self.shapeX_seq = self.shapeX_loc = []
def produce_str_describing_oper(self):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment