Skip to content

Commit

Permalink
Fixed a failure in merge resolve
Browse files Browse the repository at this point in the history
  • Loading branch information
miekkasarki committed Jul 15, 2024
1 parent 05ba453 commit 154b5d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions a5py/ascot5io/wall.py
Original file line number Diff line number Diff line change
Expand Up @@ -262,8 +262,8 @@ def write_hdf5(fn, nelements, r, z, flag=None, flagIdList=None,
return gname

@staticmethod
def write_hdf5_dummy(fn):
"""Write dummy data that has correct format and is valid, but can be
def create_dummy():
"""Create dummy data that has correct format and is valid, but can be
non-sensical.
This method is intended for testing purposes or to provide data whose
Expand Down

0 comments on commit 154b5d0

Please sign in to comment.