Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix long/short issue and fix transform issue #4349

Merged
merged 1 commit into from
Feb 28, 2023
Merged

Conversation

JerBouma
Copy link
Contributor

Saw this:

(🦋) /fixedincome/ $ treasury --long portugal

Error: local variable 'df_short' referenced before assignment


(🦋) /fixedincome/ $ treasury --long portugal

Error: local variable 'df_short' referenced before assignment


(🦋) /fixedincome/ $ treasury --short australia

Error: local variable 'df_long' referenced before assignment

So fixed it. Also saw this:

(🦋) /economy/ $ macro CPI --transform TPOP

Error: 'CPIUS~TPOP'

Error: not enough values to unpack (expected 2, got 0)

Error: not enough values to unpack (expected 3, got 0)

So fixed it.

@reviewpad reviewpad bot added the feat XS Extra small feature label Feb 27, 2023
@JerBouma JerBouma added this pull request to the merge queue Feb 28, 2023
Merged via the queue into develop with commit 3a961ea Feb 28, 2023
@Chavithra Chavithra deleted the hotfix/treasury-rates branch March 1, 2023 11:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat XS Extra small feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants