This file contains hidden or 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
diff --git a/IPythonReviewTime.ipynb b/IPythonReviewTime.ipynb | |
index 803d4ac..09b5662 100644 | |
--- a/IPythonReviewTime.ipynb | |
+++ b/IPythonReviewTime.ipynb | |
@@ -162,7 +162,7 @@ | |
"output_type": "pyout", | |
"prompt_number": 6, | |
"text": [ | |
- "<matplotlib.collections.LineCollection at 0x80e5f50>" | |
+ "<matplotlib.collections.LineCollection at 0x8f86f50>" |
This file contains hidden or 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
<?php | |
class Phergie_Plugin_PhpTest extends Phergie_Plugin_TestCase | |
{ | |
/** | |
* Tests for appropriate plugin requirements. | |
* | |
* @return void | |
*/ | |
public function testPluginRequirements() | |
{ |
NewerOlder