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

Remove factors input from rsa() and use scenario dataframe column names instead #696

Merged
merged 2 commits into from
Feb 16, 2024

Conversation

Rosejoycrocker
Copy link
Collaborator

@Rosejoycrocker Rosejoycrocker commented Feb 15, 2024

Closes #692

Note: Tests for outcome_map() have been commented out as this function now refers to a function which no longer exists. This will be resolved shortly when addressing #615

@Rosejoycrocker Rosejoycrocker self-assigned this Feb 15, 2024
@Rosejoycrocker Rosejoycrocker added the bug Something isn't working label Feb 15, 2024
@DanTanAtAims
Copy link
Collaborator

The changes look good to me.

It appears that the tests are still unable to finish due to an error in the sampling test cases.

Is this completely unrelated?
image

Resulting from line 516 in io/sampling.jl in set_factor_bounds

params[params.fieldname .== factor, :val] .= oftype(old_val, new_val)

@Rosejoycrocker
Copy link
Collaborator Author

The changes look good to me.

It appears that the tests are still unable to finish due to an error in the sampling test cases.

Is this completely unrelated? image

Resulting from line 516 in io/sampling.jl in set_factor_bounds

params[params.fieldname .== factor, :val] .= oftype(old_val, new_val)

Hmm weird, they passed for me... I'll have a look

@Rosejoycrocker
Copy link
Collaborator Author

Rosejoycrocker commented Feb 15, 2024

I ran tests again and they still all passed, you're definitely on fix-rsa-test-error? Or did you do a local rebase maybe?

Copy link
Collaborator

@DanTanAtAims DanTanAtAims left a comment

Choose a reason for hiding this comment

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

My repo was out of date, looks good.

@DanTanAtAims DanTanAtAims merged commit b716025 into main Feb 16, 2024
@DanTanAtAims DanTanAtAims deleted the fix-rsa-test-error branch February 16, 2024 00:18
@DanTanAtAims DanTanAtAims mentioned this pull request Aug 1, 2024
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.

Method Call error during testing from rsa function type.
2 participants