holoviz / param

Param: Make your Python code clearer and more reliable by declaring Parameters
https://param.holoviz.org
BSD 3-Clause "New" or "Revised" License
427 stars 73 forks source link

Remove warnings related to explicitly setting allow_refs=False #848

Closed philippjfr closed 1 year ago

philippjfr commented 1 year ago

The speculative evaluation of references was causing issues because it evaluates functions when it shouldn't have.

maximlt commented 1 year ago

@philippjfr should this be merged in Param 2.0?

philippjfr commented 1 year ago

I think I've decided against merging it.