You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PlotTester.assert_title_contains() will occasionally fail keywords with spaces. This was discovered on a plot where the output of plot_tester.get_title() was ('', 'HW Plot 1: Lidar Max vs. InSitu Max Tree Height\nSan Joaquin Field Site') and the failed keywords list was ["SJ", "SJER", "San Joaquin"]. If the space is taken out of "San Joaquin" to make it "SanJoaquin" the test passes. It could be that we just don't allow keywords with spaces, but that should be documented if that's the case. If we do decide to allow spaces, I believe it will be a rather easy fix. @lwasser