Skip to content

Commit

Permalink
tests
Browse files Browse the repository at this point in the history
  • Loading branch information
krystophny committed Nov 15, 2023
1 parent 64a7d5f commit be1b509
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions python/libneo/mgrid.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ class MgridFile:
def __init__(self, filename=None):
if filename:
self.read(filename)

def __str__(self):
return "mgrid"

def read(self, filename):
with Dataset(filename, "r") as f:
Expand Down

0 comments on commit be1b509

Please sign in to comment.