Skip to content

Commit

Permalink
input data
Browse files Browse the repository at this point in the history
  • Loading branch information
tschm committed Nov 20, 2023
1 parent 3312d06 commit acbe45b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions cvx/simulator/builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -339,11 +339,6 @@ def __iter__(self) -> Generator[tuple[pd.DatetimeIndex, _State], None, None]:
for t in self.index:
# valuation of the current position
self._state.prices = self.prices.loc[t]
print(type(self.input_data))
print(dir(self.input_data))

for key, data in self.input_data.items():
print(key)

self._state.input_data = {
key: data.loc[t] for key, data in self.input_data.items()
Expand Down

0 comments on commit acbe45b

Please sign in to comment.