From d67653d3225ed67c74a5b8c708133bc0c25587cc Mon Sep 17 00:00:00 2001 From: Daniel Olsen Date: Mon, 4 May 2020 01:02:46 -0700 Subject: [PATCH] chore: enable selection of REISE.jl engine --- powersimdata/scenario/create.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/powersimdata/scenario/create.py b/powersimdata/scenario/create.py index 2265ef293..59c897eda 100644 --- a/powersimdata/scenario/create.py +++ b/powersimdata/scenario/create.py @@ -336,7 +336,7 @@ def set_engine(self, engine): :param str engine: simulation engine """ - possible = ['REISE'] + possible = ['REISE', 'REISE.jl'] if engine not in possible: print('Available engines: %s' % ' | '.join(possible)) return