Skip to content
Snippets Groups Projects
Commit 79580148 authored by Brian Groenke's avatar Brian Groenke
Browse files

Add explicit import of params method in SBI ext

parent 65d781b0
No related branches found
No related tags found
No related merge requests found
...@@ -9,6 +9,9 @@ using Dates ...@@ -9,6 +9,9 @@ using Dates
using IntervalSets using IntervalSets
using ModelParameters using ModelParameters
# resolve ambiguous import warning
using ModelParameters: params
import Random import Random
SimulationBasedInference.default_time_converter(::CryoGridProblem) = CryoGrid.convert_t SimulationBasedInference.default_time_converter(::CryoGridProblem) = CryoGrid.convert_t
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment