You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 5, 2023. It is now read-only.
Any chance in having the number types remain the same for a given value? Right now SNR can either be a float or long and it messes with some document stores...
example:
snr: -7
vs
snr: -7.0
The text was updated successfully, but these errors were encountered:
Any chance in having the number types remain the same for a given value? Right now SNR can either be a float or long and it messes with some document stores...
example:
snr:
-7
vs
snr:
-7.0
The text was updated successfully, but these errors were encountered: