Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into linux-and-fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
nzjrs committed Feb 11, 2022
2 parents 256ab9f + 5dac72a commit 9412684
Show file tree
Hide file tree
Showing 23 changed files with 1,008 additions and 8,614 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
env
*.h5
*.mp4
2*.config.yml
.coverage
htmlcov
Expand Down
1 change: 1 addition & 0 deletions .requirements.frozen.txt
Original file line number Diff line number Diff line change
Expand Up @@ -91,3 +91,4 @@ wxPython==4.0.7.post2
xarray==0.15.1
xlrd==1.2.0
zipp==3.1.0
semaphore-win-ctypes==0.1.2
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ need to use conda specific commands to create and activate the conda environment
* Activate the virtual environment
`venv\Scrips\activate.bat`
* ensure python packaging and built utilities are up to date
`python -m pip install -U pip setuptools wheel`
`python -m pip install -U pip 'setuptools<58' wheel`
* install dependencies
`python -m pip install -r requirements.txt`
* Install flyvr
Expand All @@ -196,6 +196,8 @@ need to use conda specific commands to create and activate the conda environment
(skips both DAQ AND soundcard tests)
* `python -m pytest -m "not use_daq"`
(skips DAQ tests)
* Test the whole software with sample data
`flyvr -c tests\sample_data\v2\john_rig.yml -e experiments\stop_after_10s.yml`

## fictrac

Expand Down
10 changes: 0 additions & 10 deletions calibration-transform.dat

This file was deleted.

Loading

0 comments on commit 9412684

Please sign in to comment.