Skip to content

Commit

Permalink
match NDTiff API
Browse files Browse the repository at this point in the history
  • Loading branch information
henrypinkard committed Jun 7, 2024
1 parent 8dac76f commit 9c2674a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pycromanager/acquisition/java_RAMStorage.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def __init__(self, java_RAM_data_storage):
self._java_RAM_data_storage = java_RAM_data_storage
self._index_keys = set()

def _add_index_entry(self, data):
def add_index_entry(self, data):
self._index_keys.add(frozenset(data.items()))

# def get_channel_names(self):
Expand Down

0 comments on commit 9c2674a

Please sign in to comment.