Skip to content

Commit

Permalink
Update database.py
Browse files Browse the repository at this point in the history
Man I thought I had fixed this one line error.   Suspect something got tangled up in multiple patches.   This should pass tests and be merged instantly.
  • Loading branch information
pavlis authored and wangyinz committed Feb 7, 2024
1 parent 6d104f6 commit ad69dac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/mspasspy/db/database.py
Original file line number Diff line number Diff line change
Expand Up @@ -7451,7 +7451,7 @@ def _construct_ensemble(
this_mdlist = file_dict[form]
for md in this_mdlist:
d = self._construct_atomic_object(
this_mdl[0],
md,
object_type,
merge_method,
merge_fill_value,
Expand Down

0 comments on commit ad69dac

Please sign in to comment.