o
    _~#g                     @   s2   d dl Zd dlmZ d dlmZ G dd dZdS )    N)
date_rangec                   @   s   e Zd Zdd ZdS )	TestSplitc                 C   s:   t dddd}tj|g dd }|d }t|| d S )Nz2016-01-01 00:00:00+0200s
   )freqperiods)indices_or_sectionsr   )r   npsplit
_with_freqtmassert_index_equal)selfindicesresultexpected r   /var/www/static.ux5.de/https/Moving-Object-Detection-with-OpenCV/env/lib/python3.10/site-packages/pandas/tests/indexes/datetimes/test_npfuncs.pytest_split_non_utc   s   
zTestSplit.test_split_non_utcN)__name__
__module____qualname__r   r   r   r   r   r      s    r   )numpyr	   pandasr   pandas._testing_testingr   r   r   r   r   r   <module>   s    