Skip to content

Commit

Permalink
Code exit bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Suchismit4 committed Dec 28, 2024
1 parent 9ef1744 commit 1c57e0c
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 103 deletions.
101 changes: 0 additions & 101 deletions example_yfinance.py

This file was deleted.

Binary file modified src/data/abstracts/__pycache__/base.cpython-312.pyc
Binary file not shown.
2 changes: 1 addition & 1 deletion src/data/abstracts/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ def save_to_cache(
netcdf_path = base_path.with_suffix('.nc')
metadata_path = base_path.with_suffix('.json')
netcdf_path.parent.mkdir(parents=True, exist_ok=True)

print('saving...')
try:
# Add params to ds.attrs
ds.attrs.update(params)
Expand Down
2 changes: 1 addition & 1 deletion src/data/core/struct.py
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ def from_table(
if (i > 3):
break

quit(0)
# quit(0)
# OVERLOOK STOP

data = data.reindex(full_index)
Expand Down

0 comments on commit 1c57e0c

Please sign in to comment.