AllenNeuralDynamics / AllenNeuralDynamics/device-spinner
Provide more succinct syntax option
Open
- Dominant language
- Python
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Since config file lines can be a premium resource in large configs, we can fold the `module` and `class` line into one line by placing the entire path to the class in the driver separated by `.`'s.
If the `module` field is missing, we can try extracting if from the class
from:
```yaml
module: builtins
class: dict
```
to
```yaml
class: builtins.dict
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.