Skip to content

Conversation

@AlexanderFengler
Copy link
Member

No description provided.

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Copilot reviewed 6 out of 7 changed files in this pull request and generated 1 comment.

Files not reviewed (1)
  • src/cssm.pyx: Language not supported
Comments suppressed due to low confidence (2)

tests/test_simulator.py:142

  • The variable name 'raised_val_error' is incorrect. It should be 'raised_value_error'.
raised_val_error = 1

tests/test_simulator.py:81

  • The new fixture 'sim_input_data_violate_bounds' is not covered by any tests that check for successful runs when parameters are within logical bounds.
return data

value > config["param_bounds_logical"][key][1]
):
raise ValueError(
f"Parameter {key} is violates conceptual bounds for the simulator. "
Copy link

Copilot AI Jan 31, 2025

Choose a reason for hiding this comment

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

Typo in the error message string. The word 'is' should be removed.

Suggested change
f"Parameter {key} is violates conceptual bounds for the simulator. "
f"Parameter {key} violates conceptual bounds for the simulator. "

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant