Skip to content
Snippets Groups Projects
Commit 503c9ade authored by Dilawar Singh's avatar Dilawar Singh
Browse files

Removed <<<<, === and >>> from improper merge.

parent de659651
No related branches found
No related tags found
No related merge requests found
3.1.1-160-g4b57369 3.1.1-163-g681473b
\ No newline at end of file \ No newline at end of file
...@@ -72,29 +72,24 @@ def analogStimTable(): ...@@ -72,29 +72,24 @@ def analogStimTable():
def main(): def main():
""" """
Example of using a StimulusTable as an analog signal source in Example of using a StimulusTable as an analog signal source in
a reaction system. It could be used similarly to give other a reaction system. It could be used similarly to give other
analog inputs to a model, such as a current or voltage clamp signal. analog inputs to a model, such as a current or voltage clamp signal.
This demo creates a StimulusTable and assigns it half a sine wave. This demo creates a StimulusTable and assigns it half a sine wave.
Then we assign the start time and period over which to emit the wave. Then we assign the start time and period over which to emit the wave.
The output of the StimTable is sent to a pool **a**, which participates The output of the StimTable is sent to a pool **a**, which participates
in a trivial reaction:: in a trivial reaction::
table ----> a <===> b table ----> a <===> b
The output of **a** and **b** are recorded in a regular table The output of **a** and **b** are recorded in a regular table
for plotting. for plotting.
""" """
analogStimTable() analogStimTable()
if __name__ == '__main__': if __name__ == '__main__':
<<<<<<< HEAD
main
=======
main() main()
>>>>>>> 0e491aa41584cf7a66c0e242374d8ee61660eb7b
# #
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment