clawpack / visclaw

Clawpack visualization tools
http://www.clawpack.org
BSD 3-Clause "New" or "Revised" License
29 stars 47 forks source link

Fix 'is' with a literal warning #303

Closed mandli closed 5 months ago

mandli commented 5 months ago

Fixes SyntaxWarning that pops up when plotting sometimes with newer versions of Python:

.../clawpack/visclaw/src/python/visclaw/plotpages.py:605: SyntaxWarning: "is" with a literal. Did you mean "=="?
  if plotdata.format is 'forestclaw':
...clawpack/visclaw/src/python/visclaw/plotpages.py:1809: SyntaxWarning: "is" with a literal. Did you mean "=="?
  if prefix is 'fort':