Skip to content

Commit

Permalink
Correct input to load_fieldmaps
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherMayes committed Jan 9, 2022
1 parent bcdfc32 commit eea0106
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion astra/astra.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ def load_fieldmaps(self, search_paths=[]):
if not search_paths:
search_paths = [self.path]

self.fieldmap = load_fieldmaps(self, fieldmap_dict=self.fieldmap, search_paths=search_paths,
self.fieldmap = load_fieldmaps(self.input, fieldmap_dict=self.fieldmap, search_paths=search_paths,
verbose=self.verbose, strip_path=strip_path)

def load_initial_particles(self, h5):
Expand Down

0 comments on commit eea0106

Please sign in to comment.