From cde7c02d221f42757c873f19997aedabe430ea36 Mon Sep 17 00:00:00 2001 From: Derek Bankieris Date: Wed, 26 Oct 2016 13:38:58 -0500 Subject: [PATCH] Use 1/0 instead of True/False in TVBoolean.java The use of True/False prevents the plotting of booleans, as those values cannot be parsed as doubles. While it's conceptually more pleasing to use the actual Python keywords for booleans, numbers will work just as well and allow plotting. #337 --- trick_source/java/src/trick/tv/TVBoolean.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trick_source/java/src/trick/tv/TVBoolean.java b/trick_source/java/src/trick/tv/TVBoolean.java index 381d8cbf..bed48c22 100644 --- a/trick_source/java/src/trick/tv/TVBoolean.java +++ b/trick_source/java/src/trick/tv/TVBoolean.java @@ -23,7 +23,7 @@ public class TVBoolean extends VSBoolean implements TrickViewFluent