Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extend mock #62

Merged
merged 14 commits into from
Nov 29, 2023
Prev Previous commit
Next Next commit
Linting
FelixMau committed Nov 28, 2023
commit 3c4787bbcf017b41723b3fdddadd7cf9756616e8
2 changes: 0 additions & 2 deletions tests/test_build_datapackage.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
import collections
import json
import os
from unittest import mock

import pandas
import pandas as pd
import pytest
import tsam.timeseriesaggregation as tsam
from data_adapter.databus import download_collection
from data_adapter.preprocessing import Adapter
from pandas import Timestamp