Skip to content

Commit 1f99827

Browse files
committed
add code source
1 parent 3d056f2 commit 1f99827

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

element_interface/intanloader/rhsutilities.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
import numpy as np
33
import matplotlib.pyplot as plt
44

5+
# All the code in this file is taken from https://github.com/Intan-Technologies/load-rhs-notebook-python.
6+
# The original license of the code is the COPYING file under the same directory.
7+
58
# Define plural function
69
def plural(n):
710
"""Utility function to optionally pluralize words based on the value of n."""

0 commit comments

Comments
 (0)