nutterb / HydeNet

Hybrid Decision Networks in R
Other
23 stars 3 forks source link

decimals not truncated to 5 in writeNetworkModel(pretty=TRUE) #25

Closed jdutch27 closed 9 years ago

jdutch27 commented 9 years ago

This is a small issue - somehow the parameters for node 'wells' were not printed with 5 digits. no biggie...

data(PE, package='HydeNet') autoNet <- HydeNetwork(~ wells

nutterb commented 9 years ago

Fixed