-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* fix #397 needed to store continent value * trying to get correct pkg in for build to work (works on my mac) * typo * sphinx-autoapi conflicts and i don't think we need it
- Loading branch information
1 parent
364e114
commit d86a55d
Showing
3 changed files
with
12 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
import basevcstest | ||
|
||
class TestVCSTextsExtents(basevcstest.VCSBaseTest): | ||
def testUpdateDoesNotTriggerContinents(self): | ||
s = self.clt["clt"][0] | ||
self.x.plot(s, continents=0) | ||
self.x.setcolormap("viridis") | ||
self.checkImage("test_vcs_update_triggers_continents.png") | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters