Skip to content

Conversation

@CusiniM
Copy link
Collaborator

@CusiniM CusiniM commented May 6, 2025

No description provided.

@codecov
Copy link

codecov bot commented May 6, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (9d885d9) to head (9b05d1c).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##              main        #4    +/-   ##
==========================================
  Coverage   100.00%   100.00%            
==========================================
  Files           13        17     +4     
  Lines          520       713   +193     
==========================================
+ Hits           520       713   +193     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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

@CusiniM CusiniM self-assigned this May 15, 2025
@CusiniM CusiniM requested a review from rrsettgast May 19, 2025 16:45
@CusiniM
Copy link
Collaborator Author

CusiniM commented Jun 3, 2025

this is now ready for review and potentially to be merged.

Comment on lines +58 to +64
constexpr CArrayWrapper( CArrayWrapper const & src )
{
for( std::size_t i = 0; i < DIM0; i++ )
{
data[i] = src.data[i];
}
}
Copy link
Member

Choose a reason for hiding this comment

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

was this used?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I added these copy constructors so that I could do this:

m_stoichiometricMatrix( stoichiometricMatrix ),

Can't remembe if it's also done for 1d arrays.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

looks like it is here:

m_rateConstantForward( rateConstantForward ),

@rrsettgast rrsettgast merged commit 5440716 into main Jun 18, 2025
11 checks passed
@rrsettgast rrsettgast deleted the cusini/mixed-reactions branch June 18, 2025 22:49
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.

5 participants