Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
caosdb-advanced-user-tools
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
caosdb
Software
caosdb-advanced-user-tools
Commits
f5af30dc
Commit
f5af30dc
authored
1 year ago
by
florian
Browse files
Options
Downloads
Plain Diff
Merge branch 'f-simple-schema-export' into f-schema-export-references
parents
b0445eae
b075ce8b
No related branches found
No related tags found
2 merge requests
!89
ENH: JsonSchemaExporter accepts do_not_create parameter.
,
!81
F schema export references
Pipeline
#42723
failed
1 year ago
Stage: setup
Stage: cert
Stage: style
Stage: unittest
Stage: integrationtest
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/caosadvancedtools/models/parser.py
+4
-1
4 additions, 1 deletion
src/caosadvancedtools/models/parser.py
with
4 additions
and
1 deletion
src/caosadvancedtools/models/parser.py
+
4
−
1
View file @
f5af30dc
...
...
@@ -198,7 +198,7 @@ def parse_model_from_json_schema(
ignored. Default is False.
existing_model : dict, optional
An existing model to which the created model shall be added.
An existing model to which the created model shall be added.
Not implemented yet.
Returns
-------
...
...
@@ -213,6 +213,9 @@ def parse_model_from_json_schema(
about the limitations of the current implementation.
"""
if
existing_model
is
not
None
:
raise
NotImplementedError
(
"
Adding to an existing model is not implemented yet.
"
)
# @author Florian Spreckelsen
# @date 2022-02-17
# @review Timm Fitschen 2023-05-25
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment