We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
... for example this beauty:
unit:FT-HR-PER-GAL_UK qudt:symbol "lb/(gal (UK))/(lb/(ft·h))" ;
The regex
qudt:symbol "\(?(.+)\)?/\(?.+\)?/.+\)?
finds 177 of such symbols in the units file.
The text was updated successfully, but these errors were encountered:
This is an artifact of the unit symbol generation in qudtlib. It's best not to fix these manually (much work), I'll make a PR once qudtlib is fixed.
Sorry, something went wrong.
Actually, not an artifact of a qudtlib bug... so we can use qudtlib to correct all the symbols. PR coming up.
Successfully merging a pull request may close this issue.
... for example this beauty:
The regex
finds 177 of such symbols in the units file.
The text was updated successfully, but these errors were encountered: