Skip to content
#

geometry

Here are 1,589 public repositories matching this topic...

root
eguiraud
eguiraud commented Mar 3, 2022

Current behavior:

root [0] TFile f("root://eospublic.cern.ch//eos/root-eos/benchmark/Run2012B_SingleMu.root")
Error in <TFile::TFile>: file /eos/root-eos/benchmark/Run2012B_SingleMu.root does not exist
(TFile &) Name: /eos/root-eos/benchmark/Run2012B_SingleMu.root Title:

Desirable behavior:

root [0] TFile f("root://eospublic.cern.ch//eos/root-eos/benchmark/Run2012B_Single
ninamiolane
ninamiolane commented Apr 7, 2022

Where should the content be modified?

https://github.com/geomstats/geomstats/blob/master/geomstats/geometry/spd_matrices.py

What should be modified?

The following code:

from geomstats.geometry.spd_matrices import SPDMatrices, SPDMetricBuresWasserstein
bw_metric = SPDMetricBuresWasserstein(n=28)
spd = SPDMatrices(n=28, metric=bw_metric)

gives the error:

----> 5 spd = 

Improve this page

Add a description, image, and links to the geometry topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the geometry topic, visit your repo's landing page and select "manage topics."

Learn more