Skip to content

Commit

Permalink
Update examples.jl - example 4
Browse files Browse the repository at this point in the history
  • Loading branch information
akabla authored Jul 23, 2024
1 parent a958564 commit 847d07d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/src/examples.jl
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ ax.grid("on")
# This example demonstrates generating a timeline and stress data, fitting multiple models to the data,
# calling the `extractfitdata` function, listing the errors, and determining which model fits the best.

using RHEOS

# Generate Timeline
datat = timeline(t_start = 0, t_end = 20.0, step = 0.02) # Create a timeline from 0 to 20 seconds with a step size of 0.02 seconds
Expand Down

0 comments on commit 847d07d

Please sign in to comment.