Arthur Soprana
Results
2
comments of
Arthur Soprana
It seems that a proposed suggestion would be to change [this part of the code](https://github.com/ESSS/pytest-regressions/blob/master/src/pytest_regressions/dataframe_regression.py#L179-L182) to ```python data_object.to_csv( str(filename), float_format=f"%.{DataFrameRegressionFixture.DISPLAY_PRECISION}e", ) ``` I cannot recall any particular reason why `%.{prec}g`...
> Then that's something to consider, because I imagine that we don't want to merge if the job triggered by the build command fails True @tigarmo, this process of build...