Skip to content

Commit

Permalink
Removing unused arg from blob_start call
Browse files Browse the repository at this point in the history
  • Loading branch information
telegraphic committed Jun 10, 2018
1 parent 5fc9a49 commit 9f47535
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blimpy/file_wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -646,7 +646,7 @@ def read_blob(self,blob_dim,n_blob=0):
else:
updated_blob_dim = blob_dim

blob_start = self._find_blob_start(blob_dim)
blob_start = self._find_blob_start()
blob = np.zeros(updated_blob_dim,dtype=self._d_type)

#EE: For now; also assuming one polarization and one beam.
Expand Down

0 comments on commit 9f47535

Please sign in to comment.