juanfung / scpd

0 stars 0 forks source link

Move `export` calls to the top of `CausalMixtures.jl` #3

Closed juanfung closed 5 years ago

juanfung commented 5 years ago

Currently, types and functions defined before export, which is unnecessary. Move to the top (after import call) to improve readability.

juanfung commented 5 years ago

This commit 09fa09161441cd75a1cf9e07e5f211430ec66848 supercedes this issue by breaking CausalMixtures.jl into separate files. Should be easier to read the code.

Export calls now appear at the top of the relevant include file.