Skip to content

Small bug fix in FitConverter#401

Merged
lihaoahil merged 1 commit into
masterfrom
csv_converter
Jul 8, 2026
Merged

Small bug fix in FitConverter#401
lihaoahil merged 1 commit into
masterfrom
csv_converter

Conversation

@kevScheuer

Copy link
Copy Markdown
Contributor

This addresses the issue raised in @lihaoahil 's comment from the original pull request. The issue was because of a mistake in the uniqueSumAmpNames function, where only the sum in reaction::sum::amp was being extracted, instead of the intended sum::amp.

I ran

convert_to_csv -i /w/halld-scshelf2101/home/haoli/analysis/testIO_kpi/test_Kevin/doubleSDME.fit -o test.csv > output.txt

I've attached the debug output and csv file below for reference.

output.txt
test.csv

Aside from this, small formatting changes were made, and an outdated comment was edited.

Old function was extracting only the sum from
"reaction::sum::amp", when it should have been
extracting "sum::amp" instead. Aside from this,
a comment was modified and a formatter was used
on files I forgot to format before committing.
@gluex

gluex commented Jul 8, 2026

Copy link
Copy Markdown

Test status for this pull request: SUCCESS

Summary: summary.txt
Logs: results/log

Build log: make_csv_converter.log
Build report: report_csv_converter.txt

@lihaoahil

Copy link
Copy Markdown
Contributor

Hi @kevScheuer Thank you so much for fixing this this fast. I tested and it works now for the sdme type fit.

@lihaoahil lihaoahil closed this Jul 8, 2026
@lihaoahil lihaoahil reopened this Jul 8, 2026

@lihaoahil lihaoahil left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

tested, works with the sdme fit now.

@lihaoahil
lihaoahil merged commit 602e077 into master Jul 8, 2026
2 of 3 checks passed
@gluex

gluex commented Jul 8, 2026

Copy link
Copy Markdown

Test status for this pull request: SUCCESS

Summary: summary.txt
Logs: results/log

Build log: make_csv_converter.log
Build report: report_csv_converter.txt

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.

3 participants