mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-06 05:14:38 +08:00
MAINT: Make len check for ffillable explicit.
This commit is contained in:
@@ -490,7 +490,7 @@ class HistoryContainer(object):
|
||||
Store the non-NaN values from our oldest frame in each frequency.
|
||||
"""
|
||||
ffillable = self.ffillable_fields
|
||||
if not ffillable:
|
||||
if len(ffillable) == 0:
|
||||
return
|
||||
|
||||
for frequency in self.unique_frequencies:
|
||||
|
||||
Reference in New Issue
Block a user