Skip to content

Added infer_objects with False flag#251

Open
myrmarachne wants to merge 1 commit intomasterfrom
issue_248
Open

Added infer_objects with False flag#251
myrmarachne wants to merge 1 commit intomasterfrom
issue_248

Conversation

@myrmarachne
Copy link
Copy Markdown
Member

No description provided.

@codecov
Copy link
Copy Markdown

codecov Bot commented Feb 10, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 80.46%. Comparing base (223a885) to head (f6cee19).
⚠️ Report is 9 commits behind head on master.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #251      +/-   ##
==========================================
+ Coverage   80.37%   80.46%   +0.09%     
==========================================
  Files         228      228              
  Lines        9206     9206              
==========================================
+ Hits         7399     7408       +9     
+ Misses       1807     1798       -9     

see 1 file with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 223a885...f6cee19. Read the comment docs.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@myrmarachne myrmarachne added the bug Something isn't working label Feb 12, 2026
pnl_series = QFSeries(
data=closed_positions_pnl["Realised PnL"] + open_positions_pnl['Total PnL of open position'],
index=time_index).ffill().fillna(0.0)
index=time_index).ffill().fillna(0.0).infer_objects(copy=False)
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we need the copy parameter here? The default is False anyway and it is deprecated in newer pandas.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Issue]: PortfolioAnalysisSheet uses deprecated downcasting behavior in fillna/ffill/bfill

2 participants