Skip to content

Commit

Permalink
Small bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeroen Bouma committed Aug 1, 2023
1 parent 073e224 commit ac217f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion financetoolkit/base/ratios_controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ def collect_custom_ratios(self):
for company in self._tickers:
total_financials.loc[company, name, :] = result_dataframe.loc[
company
].to_numpy(0)
].to_numpy()

self._custom_ratios_df = total_financials.loc[
:, list(self._custom_ratios.keys()), :
Expand Down

0 comments on commit ac217f5

Please sign in to comment.