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

Unify variable naming convention #182

Merged
merged 13 commits into from
Dec 1, 2023

Conversation

DrPaulSharp
Copy link
Collaborator

The use of "nba" and "nbs" is retained in "processCustomFunction" routines due to the bug identified in #181

@@ -24,7 +24,7 @@

fitWhichNbas = problem.fitBulkIn;
fittingNbas = problem.nba(find(fitWhichNbas));
fittingNbaConstr = problem.nbairs_constr(find(fitWhichNbas),:);
fittingNbaConstr = problem.bulkIns_constr(find(fitWhichNbas),:);
Copy link
Collaborator

Choose a reason for hiding this comment

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

please remove the underscore

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'll get on it, but we should be removing this file, as per #175.

@@ -5,7 +5,7 @@
% INPUTS:
%
% * scalefac = problem.scalefactors;
Copy link
Collaborator

Choose a reason for hiding this comment

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

Please rename shifted_data and scalefac

@DrPaulSharp DrPaulSharp merged commit d30a44c into RascalSoftware:master Dec 1, 2023
3 checks passed
@DrPaulSharp DrPaulSharp deleted the rename branch December 1, 2023 10:39
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.

2 participants