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
It might be confusing to see both names fgmetric and cloud-metrics in source codes.
To make it simple, we would be better using a single name: cloudmetrics.
In the near future, we will update function/class/module naming to cloudmetrics.
Example for the change
from fgmetric... import ... => from cloudmetrics ... import ...
class FGMetric... -> class CloudMetrics...
The text was updated successfully, but these errors were encountered:
It might be confusing to see both names fgmetric and cloud-metrics in source codes.
To make it simple, we would be better using a single name: cloudmetrics.
In the near future, we will update function/class/module naming to cloudmetrics.
Example for the change
The text was updated successfully, but these errors were encountered: