Skip to content

Commit

Permalink
delete unused files
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-gorman committed Jun 25, 2024
1 parent 353ec09 commit 7b84e92
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
Binary file removed .DS_Store
Binary file not shown.
18 changes: 18 additions & 0 deletions scratch.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
import logging

from nemosis import data_fetch_methods

#logging.getLogger("nemosis").setLevel(logging.WARNING)

start_time = "2013/12/23 19:05:00"
end_time = "2013/12/23 19:10:00"
table = 'Generators and Scheduled Loads'
raw_data_cache = 'D:/test'

bid_data = data_fetch_methods.static_table(
table,
raw_data_cache,
update_static_file=True
)

print(bid_data)

0 comments on commit 7b84e92

Please sign in to comment.