input4mips_validation.cvs.loading#
input4mips_validation.cvs.loading
#
Loading of CVs from a given source
load_cvs(cv_source=None, **kwargs)
#
Load CVs
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
cv_source
|
None | str | Path
|
String identifying the source of the CVs. For full details of possible options, see
|
None
|
kwargs
|
Any
|
Passed through to
|
{}
|
Returns:
| Type | Description |
|---|---|
Input4MIPsCVs
|
Loaded CVs |
Source code in src/input4mips_validation/cvs/loading.py
load_cvs_known_loader(raw_cvs_loader)
#
Load CVs from a known loader
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
raw_cvs_loader
|
RawCVLoader
|
Loader of the raw CVs data |
required |
Returns:
| Type | Description |
|---|---|
Loaded CVs
|
|