madsjulia / Mads.jl

MADS: Model Analysis & Decision Support
http://mads.gitlab.io
GNU General Public License v3.0
102 stars 20 forks source link

Clean up version-dependent behavior #17

Closed tkelman closed 7 years ago

coveralls commented 7 years ago

Coverage Status

Coverage increased (+7.0e-05%) to 66.719% when pulling f8cab6682df2f55739985c2102694b7f4eff1ace on tkelman:versions into 95643fb0a10e36fa76e8e51d0ca8a90d81d1d4ad on madsjulia:master.

tkelman commented 7 years ago

cc @montyvesselinov do you not get notifications for issues or PR's ?

montyvesselinov commented 7 years ago

Merged

tkelman commented 7 years ago

Thanks!

montyvesselinov commented 7 years ago

i was busy. i missed it.

-monty

On Thu, May 25, 2017 at 8:24 AM, Tony Kelman notifications@github.com wrote:

Thanks!

— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub https://github.com/madsjulia/Mads.jl/pull/17#issuecomment-304023013, or mute the thread https://github.com/notifications/unsubscribe-auth/AFXxeCNYmelvDgWB-xAQbjbGuuKr82GWks5r9Y8WgaJpZM4Nhgp0 .

montyvesselinov commented 7 years ago

how to address .!(B) in v0.5 and v0.6

WARNING: !(B::BitArray) is deprecated, use .!(B) instead

tkelman commented 7 years ago

maybe map(!, B) ?