Skip to content

[com1]: Assign values to returned variables in every condition#1177

Merged
fso42 merged 1 commit into
masterfrom
PS_checkCythonFunctions
Aug 28, 2025
Merged

[com1]: Assign values to returned variables in every condition#1177
fso42 merged 1 commit into
masterfrom
PS_checkCythonFunctions

Conversation

@PaulaSp3
Copy link
Copy Markdown
Contributor

  • check if explicitFriction has valid values
  • in Cython - files: check that all returned variables are assigned to a value (otherwise no error is raised, but leads to wrong results)

@PaulaSp3 PaulaSp3 linked an issue Aug 27, 2025 that may be closed by this pull request
@PaulaSp3 PaulaSp3 requested review from awirb and fso42 August 27, 2025 13:12
@PaulaSp3 PaulaSp3 self-assigned this Aug 27, 2025
@PaulaSp3 PaulaSp3 added confirmed Something isn't working com1DFAdev labels Aug 27, 2025
Comment thread avaframe/com1DFA/DFAfunctionsCython.pyx Outdated
Comment thread avaframe/com1DFA/DFAfunctionsCython.pyx
Comment thread avaframe/com1DFA/DFAToolsCython.pyx Outdated
Comment thread avaframe/tests/test_DFAfunctionsCython.py
@fso42 fso42 assigned fso42 and unassigned PaulaSp3 Aug 28, 2025
@fso42
Copy link
Copy Markdown
Contributor

fso42 commented Aug 28, 2025

Standardtest ident

@fso42 fso42 force-pushed the PS_checkCythonFunctions branch from 7562081 to e435ebc Compare August 28, 2025 08:58
@fso42 fso42 added this to the Version 1.14 milestone Aug 28, 2025
@fso42 fso42 merged commit bad4482 into master Aug 28, 2025
5 checks passed
@fso42 fso42 deleted the PS_checkCythonFunctions branch August 28, 2025 09:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

confirmed Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[com1]: Cython files: check if returned variables have a value

3 participants