Skip to content
Snippets Groups Projects

TableConverter now converts int to float and vice versa to match the desired dtype.

Merged Daniel Hornung requested to merge f-convert-int-float into dev
1 unresolved thread
2 files
+ 5
1
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 1
1
@@ -107,7 +107,7 @@ style:
stage: style
image: $CI_REGISTRY_IMAGE
script:
- autopep8 -ar --diff --exit-code --exclude swagger_client .
- make style
allow_failure: true
unittest:
Loading