You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+11
Original file line number
Diff line number
Diff line change
@@ -37,6 +37,17 @@ cd carball/
37
37
python init.py
38
38
```
39
39
40
+
##### Mac
41
+
In MacOS Catalina, zsh replaced bash as the default shell, which may cause permission issues when trying to run `install-protoc.sh` in the above fashion. Simply invoking bash should resolve this issue, like so:
42
+
```
43
+
git clone https://github.com/SaltieRL/carball
44
+
cd carball/
45
+
bash ./_travis/install-protoc.sh
46
+
python init.py
47
+
```
48
+
Apple's decision to replace bash as the default shell may foreshadow the removal of bash in a future version of MacOS. In such a case, Homebrew users can [install protoc](http://google.github.io/proto-lens/installing-protoc.html) by replacing `bash ./travis/install-protoc.sh` with `brew install protobuf`.
49
+
50
+
40
51
## Examples / Usage
41
52
One of the main data structures used in carball is the pandas.DataFrame, to learn more, see [its wiki page](https://github.com/SaltieRL/carball/wiki/data_frame).
3 commit comments
github-actions[bot] commentedon Oct 15, 2020
Carball Benchmarks short_sample
carball/tests/benchmarking/benchmarking.py::test_short_sample
0.9724857256532954
iter/sec (stddev: 0.014489486537814192
)0.9068065034710597
iter/sec (stddev: 0.00924296428449896
)0.93
This comment was automatically generated by workflow using github-action-benchmark.
github-actions[bot] commentedon Oct 15, 2020
Carball Benchmarks short_dropshot
carball/tests/benchmarking/benchmarking.py::test_short_dropshot
0.6707021716982366
iter/sec (stddev: 0.01816230047862237
)0.6936401698877517
iter/sec (stddev: 0.0052686922532796596
)1.03
This comment was automatically generated by workflow using github-action-benchmark.
github-actions[bot] commentedon Oct 15, 2020
Carball Benchmarks intensive_oce_rlcs
carball/tests/benchmarking/benchmarking.py::test_intensive_oce_rlcs
0.0484132228330891
iter/sec (stddev: 0.3029039001351704
)0.06058107089228804
iter/sec (stddev: 0.18968435257771193
)1.25
This comment was automatically generated by workflow using github-action-benchmark.