utahplt / TrackedFloats.jl

Julia library providing tracking of floating point errors through a program resources
https://juliahub.com/ui/Packages/FloatTracker/dBXig/1.0.0
MIT License
27 stars 3 forks source link

Consider breaking out the command line argument processor #11

Open ashton314 opened 1 year ago

ashton314 commented 1 year ago

I like having command line args we can pass to test files—that might be a little bit of polish to consider adding: an optional module that lets you easily pass recording files into your test scripts. See commit ac05aece

Originally posted by @ashton314 in https://github.com/utahplt/FloatTrackerExamples/issues/5#issuecomment-1524824455