bmtool 0.7.4__tar.gz → 0.7.4.1__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (40) hide show
  1. {bmtool-0.7.4 → bmtool-0.7.4.1}/PKG-INFO +1 -1
  2. {bmtool-0.7.4 → bmtool-0.7.4.1}/bmtool/synapses.py +6 -4
  3. {bmtool-0.7.4 → bmtool-0.7.4.1}/bmtool.egg-info/PKG-INFO +1 -1
  4. {bmtool-0.7.4 → bmtool-0.7.4.1}/setup.py +1 -1
  5. {bmtool-0.7.4 → bmtool-0.7.4.1}/LICENSE +0 -0
  6. {bmtool-0.7.4 → bmtool-0.7.4.1}/README.md +0 -0
  7. {bmtool-0.7.4 → bmtool-0.7.4.1}/bmtool/SLURM.py +0 -0
  8. {bmtool-0.7.4 → bmtool-0.7.4.1}/bmtool/__init__.py +0 -0
  9. {bmtool-0.7.4 → bmtool-0.7.4.1}/bmtool/__main__.py +0 -0
  10. {bmtool-0.7.4 → bmtool-0.7.4.1}/bmtool/analysis/__init__.py +0 -0
  11. {bmtool-0.7.4 → bmtool-0.7.4.1}/bmtool/analysis/entrainment.py +0 -0
  12. {bmtool-0.7.4 → bmtool-0.7.4.1}/bmtool/analysis/lfp.py +0 -0
  13. {bmtool-0.7.4 → bmtool-0.7.4.1}/bmtool/analysis/netcon_reports.py +0 -0
  14. {bmtool-0.7.4 → bmtool-0.7.4.1}/bmtool/analysis/spikes.py +0 -0
  15. {bmtool-0.7.4 → bmtool-0.7.4.1}/bmtool/bmplot/__init__.py +0 -0
  16. {bmtool-0.7.4 → bmtool-0.7.4.1}/bmtool/bmplot/connections.py +0 -0
  17. {bmtool-0.7.4 → bmtool-0.7.4.1}/bmtool/bmplot/entrainment.py +0 -0
  18. {bmtool-0.7.4 → bmtool-0.7.4.1}/bmtool/bmplot/lfp.py +0 -0
  19. {bmtool-0.7.4 → bmtool-0.7.4.1}/bmtool/bmplot/netcon_reports.py +0 -0
  20. {bmtool-0.7.4 → bmtool-0.7.4.1}/bmtool/bmplot/spikes.py +0 -0
  21. {bmtool-0.7.4 → bmtool-0.7.4.1}/bmtool/connectors.py +0 -0
  22. {bmtool-0.7.4 → bmtool-0.7.4.1}/bmtool/debug/__init__.py +0 -0
  23. {bmtool-0.7.4 → bmtool-0.7.4.1}/bmtool/debug/commands.py +0 -0
  24. {bmtool-0.7.4 → bmtool-0.7.4.1}/bmtool/debug/debug.py +0 -0
  25. {bmtool-0.7.4 → bmtool-0.7.4.1}/bmtool/graphs.py +0 -0
  26. {bmtool-0.7.4 → bmtool-0.7.4.1}/bmtool/manage.py +0 -0
  27. {bmtool-0.7.4 → bmtool-0.7.4.1}/bmtool/plot_commands.py +0 -0
  28. {bmtool-0.7.4 → bmtool-0.7.4.1}/bmtool/singlecell.py +0 -0
  29. {bmtool-0.7.4 → bmtool-0.7.4.1}/bmtool/util/__init__.py +0 -0
  30. {bmtool-0.7.4 → bmtool-0.7.4.1}/bmtool/util/commands.py +0 -0
  31. {bmtool-0.7.4 → bmtool-0.7.4.1}/bmtool/util/neuron/__init__.py +0 -0
  32. {bmtool-0.7.4 → bmtool-0.7.4.1}/bmtool/util/neuron/celltuner.py +0 -0
  33. {bmtool-0.7.4 → bmtool-0.7.4.1}/bmtool/util/util.py +0 -0
  34. {bmtool-0.7.4 → bmtool-0.7.4.1}/bmtool.egg-info/SOURCES.txt +0 -0
  35. {bmtool-0.7.4 → bmtool-0.7.4.1}/bmtool.egg-info/dependency_links.txt +0 -0
  36. {bmtool-0.7.4 → bmtool-0.7.4.1}/bmtool.egg-info/entry_points.txt +0 -0
  37. {bmtool-0.7.4 → bmtool-0.7.4.1}/bmtool.egg-info/requires.txt +0 -0
  38. {bmtool-0.7.4 → bmtool-0.7.4.1}/bmtool.egg-info/top_level.txt +0 -0
  39. {bmtool-0.7.4 → bmtool-0.7.4.1}/pyproject.toml +0 -0
  40. {bmtool-0.7.4 → bmtool-0.7.4.1}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: bmtool
3
- Version: 0.7.4
3
+ Version: 0.7.4.1
4
4
  Summary: BMTool
5
5
  Home-page: https://github.com/cyneuro/bmtool
6
6
  Download-URL:
@@ -722,8 +722,9 @@ class SynapseTuner:
722
722
  for i in range(3):
723
723
  self.vcl.amp[i] = self.conn["spec_settings"]["vclamp_amp"]
724
724
  self.vcl.dur[i] = vcldur[1][i]
725
- h.finitialize(self.cell.Vinit * mV)
726
- h.continuerun(self.tstop * ms)
725
+ #h.finitialize(self.cell.Vinit * mV)
726
+ #h.continuerun(self.tstop * ms)
727
+ h.run()
727
728
  else:
728
729
  self.tstop = self.general_settings["tstart"] + self.general_settings["tdur"]
729
730
  self.nstim.interval = 1000 / input_frequency
@@ -731,8 +732,9 @@ class SynapseTuner:
731
732
  self.nstim2.number = 0
732
733
  self.tstop = self.w_duration.value + self.general_settings["tstart"]
733
734
 
734
- h.finitialize(self.cell.Vinit * mV)
735
- h.continuerun(self.tstop * ms)
735
+ #h.finitialize(self.cell.Vinit * mV)
736
+ #h.continuerun(self.tstop * ms)
737
+ h.run()
736
738
 
737
739
  def InteractiveTuner(self):
738
740
  """
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: bmtool
3
- Version: 0.7.4
3
+ Version: 0.7.4.1
4
4
  Summary: BMTool
5
5
  Home-page: https://github.com/cyneuro/bmtool
6
6
  Download-URL:
@@ -5,7 +5,7 @@ with open("README.md", "r") as fh:
5
5
 
6
6
  setup(
7
7
  name="bmtool",
8
- version="0.7.4",
8
+ version="0.7.4.1",
9
9
  author="Neural Engineering Laboratory at the University of Missouri",
10
10
  author_email="gregglickert@mail.missouri.edu",
11
11
  description="BMTool",
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes