Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
These scripts set up Crostini on my Pixelbook |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
====================================================================== | |
ERROR: Failure: AttributeError (module 'pandas' has no attribute 'rolling_mean') | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/home/serge/anaconda3/envs/meta2/lib/python3.6/site-packages/nose/failure.py", line 39, in runTest | |
raise self.exc_val.with_traceback(self.tb) | |
File "/home/serge/anaconda3/envs/meta2/lib/python3.6/site-packages/nose/loader.py", line 417, in loadTestsFromName | |
addr.filename, addr.module) | |
File "/home/serge/anaconda3/envs/meta2/lib/python3.6/site-packages/nose/importer.py", line 47, in importFromPath |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/home/serge/Dropbox/p/pysal/src/meta/pysal/pysal/model/spvcm/abstracts.py:10: UserWarning: The `dill` module is required to use the sqlite backend fully. | |
from .sqlite import head_to_sql, start_sql | |
/home/serge/Dropbox/p/pysal/src/meta/pysal/pysal/model/spvcm/spvcm/abstracts.py:9: UserWarning: The `dill` module is required to use the sqlite backend fully. | |
from .sqlite import head_to_sql, start_sql | |
EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE......... | |
====================================================================== | |
ERROR: Failure: AttributeError (module 'pysal' has no attribute 'pdio') | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/home/serge/anaconda3/envs/meta/lib/python3.6/site-packages/nose/failure.py", line 39, in runTest |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
library(reticulate) | |
use_condaenv("pysal2") | |
pysal <- import("pysal") | |
np <- import("numpy") | |
pth <- pysal$examples$get_path("stl_hom.txt") | |
f <- pysal$open(pth) | |
col <- f$by_col("HR8893") | |
y <- np$array(col) | |
w <- pysal$open(pysal$examples$get_path("stl.gal"))$read() | |
mi <- pysal$Moran(y, w, two_tailed=FALSE) |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
NewerOlder