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

HTCondor Collector stores scroes as integer #989

Closed
mschnepf opened this issue Sep 19, 2024 · 1 comment
Closed

HTCondor Collector stores scroes as integer #989

mschnepf opened this issue Sep 19, 2024 · 1 comment

Comments

@mschnepf
Copy link
Contributor

The HTCondor collector uses the maybe_convert function to convert the score value from the condor query. However, maybe_convert tries to convert a string first in integer and when it fails, it tries to convert in float. Therefore, the collector stores numbers as integers. For that part, a simple convert to float should be fine.

@dirksammel
Copy link
Member

Solved by #990

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

No branches or pull requests

2 participants