Skip to content

Commit d204fcb

Browse files
torfjeldeyebai
andauthored
Fix name collision (#539)
* overload link and invlink from Bijectors to avoid name collision * bump patch version * Update Project.toml --------- Co-authored-by: Hong Ge <[email protected]>
1 parent 4788480 commit d204fcb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/DynamicPPL.jl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ using DocStringExtensions
2121

2222
using Random: Random
2323

24+
# TODO: Remove these when it's possible.
25+
import Bijectors: link, invlink
26+
2427
import Base:
2528
Symbol,
2629
==,

0 commit comments

Comments
 (0)