Skip to content

issues Search Results · repo:probabilistic-numerics/probnum language:Python

Filter by

301 results
 (63 ms)

301 results

inprobabilistic-numerics/probnum (press backspace or delete to remove)

Hi! Trying to aply pf-boot for my university project. On the website https://probnum.readthedocs.io/en/stable/tutorials/filtsmooth/particle_filtering.html it is written, that linearized_model should be ...
  • noone1234567
  • Opened 
    on Dec 3, 2024
  • #863

Describe the bug When I run Import probnum as pn and it runs the init.py file, I get an attribute error: np.float_ was removed in the NumPy 2.0 release. Use np.float64 instead. I downloaded probnum in ...
bug
  • williamlaplante
  • Opened 
    on Aug 27, 2024
  • #862

This question is more about my lack of knowledge/implementation-knowledge rather than a software issue. The problem is as follows. I would like to estimate the expectation of a variable $Y$ in a Bayesian ...
quad
question
  • neildhir
  • 2
  • Opened 
    on Feb 27, 2024
  • #855

Is your feature request related to a problem? Please describe. This is not quite a feature request (nor a bug report), but more of a request for information of how to perform BQ, using probnum to estimate ...
quad
question
  • neildhir
  • 6
  • Opened 
    on Feb 21, 2024
  • #854

Describe the bug If the ODE is a function of t, then probsolve_ivp gives the error TypeError: unsupported operand type(s) for -: float and NoneType . Upon further investigation, it turns out that t is ...
bug
  • qing42102
  • Opened 
    on Jan 2, 2024
  • #850

Describe the bug Since the changes to the build setup in #685, the benchmarks fail to run. To Reproduce Run the following in the command line: cd benchmarks asv check -v Produces: · Discovering benchmarks ...
bug
  • JonathanWenger
  • 2
  • Opened 
    on Feb 17, 2023
  • #787

Describe the bug pn.linops.Zero does not implement the _matmul semantic of a LinearOperator correctly. Currently, it is implemented via matmul = lambda x: np.zeros(x.shape, np.result_type(x, self.dtype)) ...
bug
  • timweiland
  • 1
  • Opened 
    on Jan 5, 2023
  • #761

Hi, I use the example in #512. I have two naive questions. 1. I am trying to use a different measure and kernel inprobnum s bayesquad function. Did I make something wrong in the argument? from ...
quad
question
  • panweihit
  • 6
  • Opened 
    on Dec 12, 2022
  • #753

Is your feature request related to a problem? Please describe. probnum uses type hints quite extensively. However, since we do not run any static analysis tool on them, they are very prone to errors. ...
feature request
testing and CI
  • marvinpfoertner
  • Opened 
    on Apr 12, 2022
  • #702

Describe the bug The function probnum.diffeq.odefilter.utils.ivp_to_regression_problem is not displayed in the docs. (The entire odefilter.utils bit does not exist). But it should. I am talking about ...
diffeq
documentation
good first issue
  • pnkraemer
  • Opened 
    on Apr 8, 2022
  • #698
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub