Skip to content

Commit

Permalink
branch deprecation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
TomGeorge1234 committed Dec 5, 2023
1 parent 88c414a commit 96685ea
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
⚠️⚠️⚠️WARNING: THIS BRANCH IS DEPRECATED⚠️⚠️⚠️

The new default branch is `origin/main`, please make all PRs etc. here. To reassign your local branches upstream to be `origin/main` do

```
git branch --set-upstream-to=origin/main <name-of-your-local-branch.
```




# RatInABox ![Tests](https://github.com/RatInABox-Lab/RatInABox/actions/workflows/test.yml/badge.svg) [![PyPI version](https://badge.fury.io/py/ratinabox.svg)](https://badge.fury.io/py/ratinabox) [![Downloads](https://static.pepy.tech/badge/ratinabox)](https://pepy.tech/project/ratinabox)<img align="right" src=".images/readme/logo.png" width=150>

`RatInABox` (see [paper](https://www.biorxiv.org/content/10.1101/2022.08.10.503541v3)) is a toolkit for generating synthetic behaviour and neural data for spatially and/or velocity selective cell types in complex continuous environments.
Expand Down

0 comments on commit 96685ea

Please sign in to comment.