Skip to content

Commit

Permalink
Merge branch 'master' into allow_different_partitions
Browse files Browse the repository at this point in the history
  • Loading branch information
rowleya committed Oct 10, 2024
2 parents 06da3d7 + fdaa873 commit 6104452
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions mcmc/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <https://www.gnu.org/licenses/>.

__version__ = "1!7.1.1"
__version__ = "1!7.3.1"
__version_month__ = "TBD"
__version_year__ = "TBD"
__version_day__ = "TBD"
__version_name__ = "Post_HBP"
__version_name__ = "To Do"
2 changes: 1 addition & 1 deletion mcmc/mcmc_vertex.py
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ def read_samples(self, buffer_manager, placement):
"""

# Read the data recorded
data, _ = buffer_manager.get_data_by_placement(placement, 0)
data, _ = buffer_manager.get_recording(placement, 0)

numpy_format = list()
output_format = list()
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ packages = find:
zip_safe = True
include_package_data = True
install_requires =
SpiNNakerGraphFrontEnd == 1!7.1.1
SpiNNakerGraphFrontEnd == 1!7.3.1
pathos

[options.packages.find]
Expand Down

0 comments on commit 6104452

Please sign in to comment.