statisticalbiotechnology / triqler

The triqler (TRansparent Identification-Quantification-linked Error Rates)'s source and example code
Apache License 2.0
19 stars 9 forks source link

Fixed csv field_size_limit function call #17

Closed seantur closed 1 year ago

seantur commented 1 year ago

I realized that #16 included a typo in the function call to set the CSV field size limit.

There is no set_field_size_limit, and it should be field_size_limit (docs).

@MatthewThe Could you provide your environment that you use to run the tests? I'd be willing to write a test, but I think our environments are slightly different.

MatthewThe commented 1 year ago

Thanks for the fix!

I now created a poetry environment for Triqler. It did produce slightly different results (just in the last decimal place), so I have updated the reference files as well.