mirror of
http://124.126.16.154:8888/singularity/HyperfDevelopmentKit.git
synced 2026-01-15 00:35:08 +08:00
fix(studio): 尝试修复晶格缺少 scaling_ratio 字段的问题
Signed-off-by: 李东云 <dongyun.li@luxcreo.ai>
This commit is contained in:
@@ -72,6 +72,7 @@ class Lattice extends JsonResource
|
||||
'a' => (float)$this->a,
|
||||
'b' => (float)$this->b,
|
||||
'c0' => (float)$this->c0,
|
||||
'scalingRatio' => (float)$this->scalingRatio,
|
||||
'evaluation' => LatticeEvaluation::make($this->evaluation),
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user