()
| 26 | |
| 27 | |
| 28 | def _default_bitwidths() -> Dict[str, Optional[int]]: |
| 29 | return { |
| 30 | "means": None, |
| 31 | "scales": 8, |
| 32 | "quats": 8, |
| 33 | "opacities": 8, |
| 34 | "sh0": 8, |
| 35 | "shN": None, |
| 36 | } |
| 37 | |
| 38 | |
| 39 | def _default_clamp_ranges() -> Dict[str, Optional[Tuple[float, float]]]: |
no outgoing calls
no test coverage detected