Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kstppd committed Nov 27, 2024
1 parent aa5e153 commit 612a10e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyVlsv/vlsvreader.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#
#s
# This file is part of Analysator.
# Copyright 2013-2016 Finnish Meteorological Institute
# Copyright 2017-2024 University of Helsinki
Expand Down Expand Up @@ -2382,7 +2382,7 @@ def cellid_has_vdf(self, cid, pop = 'proton')->bool:
:returns: bool
'''
if not pop in self.__cells_with_blocks:
return False
self.__set_cell_offset_and_blocks_nodict(pop)
cid_w_vdf = self.__cells_with_blocks[pop]
return cid in cid_w_vdf

Expand Down

0 comments on commit 612a10e

Please sign in to comment.