Skip to content

Commit 67b9bf7

Browse files
Merge pull request #198 from cyrillemidingoyi/release
Release
2 parents 1ee8a02 + 69d6e72 commit 67b9bf7

File tree

15 files changed

+312
-21808
lines changed

15 files changed

+312
-21808
lines changed

CITATION.cff

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ authors:
2626
(INRES), University of Bonn, Bonn, Germany,
2727
- given-names: Davide
2828
family-names: Fumagalli
29+
affiliation: Institute for Environment and Sustainability
2930
- given-names: Patrice
3031
family-names: Lecharpentier
3132
affiliation: INRAE
@@ -48,6 +49,11 @@ authors:
4849
affiliation: >-
4950
Agricultural & Biological Engineering, University of
5051
Florida, Gainesville, USA
52+
- given-names: 'Fabio '
53+
family-names: Oliveira
54+
affiliation: >-
55+
Agricultural & Biological Engineering, University of
56+
Florida, Gainesville, USA
5157
- given-names: 'Dean '
5258
family-names: Holzworth
5359
affiliation: 'CSIRO Agriculture and Food, Toowoomba, Australia'

src/pycropml/cyml.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ def transpile_package(package, language):
105105
# generate cyml functions
106106
cyml_rep = Path(os.path.join(output, 'pyx')) # cyml model directory in output
107107

108-
# cretae topology of composite model
108+
# create topology of composite model
109109
T = Topology(namep,package)
110110
mc_name = T.model.name
111111

0 commit comments

Comments
 (0)