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

Improved handling of numbers in tables; issues were seen comparing nu… #154

Merged
merged 2 commits into from Apr 8, 2024

Conversation

rrivera747
Copy link
Contributor

…mber values to min and max values, which required the use of type double - issue resolved and handling simplified.

…mber values to min and max values, which required the use of type double - issue resolved and handling simplified.
@rrivera747 rrivera747 requested a review from eflumerf April 5, 2024 20:08
@@ -2888,7 +2892,7 @@ int TableView::fillFromCSV(const std::string& data, const int& dataOffset, const
// if row was modified, assign author and timestamp
if(author != "" && rowWasModified)
{
__COUT__ << "Row=" << (int)r << " was modified!" << __E__;
__COUT_TYPE__(TLVL_DEBUG+20) << "Row=" << (int)r << " was modified!" << __E__;
Copy link
Contributor

Choose a reason for hiding this comment

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

I'm increasingly of the opinion that these macros do not help, and make things harder to understand. Is there any reason to not change to TLOG() throughout?

@eflumerf eflumerf merged commit 7c35d86 into develop Apr 8, 2024
4 checks passed
@eflumerf eflumerf deleted the rrivera/improvedNumbersInTablesHandling branch April 8, 2024 12:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 🎉 Done
Development

Successfully merging this pull request may close these issues.

None yet

2 participants