Skip to content

Commit

Permalink
Update OWENS database file to conform with schema
Browse files Browse the repository at this point in the history
  • Loading branch information
kevmoor committed Jun 10, 2024
1 parent 7a281b1 commit fbee4ac
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
9 changes: 4 additions & 5 deletions software_attributes/database/owens.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ primary_uses:
- simulation
- optimization
active_funding: true
development_status: maturation
development_status: new_features
programming_language: julia
license_type: LGPL-3.0
license_type: lgpl-3.0
data_collection_methods:
- modeling
last_release_date: "2024-04-10"
Expand All @@ -24,11 +24,10 @@ time_domain:
- dynamic
- steady
turbine_model:
- actuator_cylinder
- double_multiple_streamtube
- multibody_bem
- vortex_method
wake_model:
- multibody FVW
- vortex_method
loads: true
design_optimization: true
costs: true
Expand Down
2 changes: 1 addition & 1 deletion software_attributes/schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@
"description": "List the package managers leveraged to distribute the software.",
"type": "array",
"items": {
"enum": ["homebrew", "pypi", "conda", "conda-forge", "spack_manager"]
"enum": ["homebrew", "pypi", "conda", "conda-forge", "spack_manager", "julia"]
}
},
"package_manager_url": {
Expand Down

0 comments on commit fbee4ac

Please sign in to comment.