Skip to content

Commit

Permalink
Export IdMFD from the package
Browse files Browse the repository at this point in the history
  • Loading branch information
Arda Aytekin committed Nov 8, 2017
1 parent 42eeb21 commit 9681cf0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/arx.jl
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
println("Starting ARX method test...")
# TODO: Are we exposing IdMFD to the user? If yes, we should `export` it.
# Otherwise, we should be `using` it here, when needed.
using IdentificationToolbox: IdMFD

# Define the true system
a = [0.5, 0.2, 0.1]
Expand Down

0 comments on commit 9681cf0

Please sign in to comment.