Skip to content

Commit 8e33c9d

Browse files
author
mrblobby
committed
Blobby blobby blobby!
1 parent 2dc6eae commit 8e33c9d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

user/MialFolder/test.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# import mantid algorithms, numpy and matplotlib
2+
from mantid.simpleapi import *
3+
import matplotlib.pyplot as plt
4+
import numpy as np
5+
6+
print("Test")

0 commit comments

Comments
 (0)