Skip to content

Commit

Permalink
Modify example
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshito-takahashi committed Jan 10, 2022
1 parent 16c0a8e commit 04c1ef7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ df.TskMean.plot() # Show the graph of mean skin temp.
model.to_csv(folder="C:/Users/takahashi/Desktop")

# Show the documentaion of the output parameters
jos3.show_outparam_docs()
print(jos3.show_outparam_docs())

# Check basal metabolic rate [W/m2] using Getters
model.BMR
Expand Down
2 changes: 1 addition & 1 deletion example/example.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
model.to_csv()

# Show the documentaion of the output parameters
jos3.show_outparam_docs()
print(jos3.show_outparam_docs())

# Check basal metabolic rate [W/m2] using Getters
model.BMR
2 changes: 1 addition & 1 deletion src/jos3/jos3.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ class JOS3():
Show the documentaion of the output parameters:
>>> jos3.show_outparam_docs()
>>> print(jos3.show_outparam_docs())
Check basal metabolic rate [W/m2] using Getters:
Expand Down

0 comments on commit 04c1ef7

Please sign in to comment.