-
https://github.com/timbrist/math_json_parser/blob/4f4095528f0f469fb55736baef506cc569085e69/math_json_parser/parser_numexpr.py#L33
The frontend will not be aware of the choice between numpy/polars i…
-
### What version of `myst-parser` are you using?
4.0.0
### What version dependencies are you using?
Sphinx == 8.0.2;
docutils == 0.21.2
### What operating system are you using?
Linux
…
-
Ticket #5 suggested to implement support for semantics functions. This is definitely a good suggestion, but instead of embedding parser into plotta I would suggest to provide a sample how to integrate…
-
**when i run main.py,it‘s appear ’NameError: name 'math' is not defined‘, the main.py code as fllowing**
import fitlog
import random
import argparse
parser = argparse.ArgumentParser()
pars…
-
## Problem
The following code causes the crash:
```cpp
#include
template
class MyClass
{
public:
struct Inner;
static constexpr Inner inner = Inner{};
struct Inner {};
…
-
There's a difference in behaviour between parsing a model's math and setting it through the API. This test prints two different MathML strings, and the "fixed" one doesn't have the cellml namespace a…
-
An example output:
```python
import sympy.physics.mechanics as me
import sympy as sm
import math as m
import numpy as np
frame_c = me.ReferenceFrame('c')
frame_d = me.ReferenceFrame('d')
f…
-
## Bug Report
Display width for bigint/int is not compatible with mysql 8.0.We received this defined value using int,so if we define display width as unsigned(>max.int and
### 2. What did you exp…
-
# eventsource v3
## TL;DR
I want to modernize this module, making it both easier to maintain and more cross-platform friendly.
You can help test the next version of this module by installing …
-
This crash can be observed in both LLVM 18 and LLVM trunk versions.[https://godbolt.org/z/v57annjGn](https://godbolt.org/z/v57annjGn)
# Command
`clang++ bug.cpp`
# Code
```cpp
template < typename T >…