Viktor
Viktor
The links in the README for the installation doesn't work anymore. > ``` > wget https://muflihun.github.io/downloads/cryptocpp.tar.gz > tar xf cryptocpp.tar.gz > cd cryptopp-CRYPTOPP_5_6_5 > wget https://muflihun.github.io/downloads/pem_pack.zip > unzip pem_pack.zip >...
I have a question regarding the ability to make a full string search on the whole pivot table regardless of the column selected or filtered. Is there already some kind...
#### Reference to a related issue in the repository This PR is a first draft of the scenario generator to benchmark the performance of OSI as mentioned here (https://github.com/OpenSimulationInterface/open-simulation-interface/issues/428). ####...
Changelog: - Test reactivation - API consistency test so that tzstats = rpc = tzkt - Reward API cached data update Resolves https://github.com/tezos-reward-distributor-organization/tezos-reward-distributor/issues/600 To fix tzstats I am currently assuming...
There is currently a `429 Too Many Requests` error when I am trying to query the baking rights of a specific baker via public RPC for a past cycle. E.g.:...
We are updating OSI validator (https://github.com/OpenSimulationInterface/osi-validation/pull/48) and removing the lzma encoding/decoding. Thus we should also deprecate this encoding/decoding in [OSI format folder](https://github.com/OpenSimulationInterface/open-simulation-interface/tree/master/format), too.
- Reactivate and update tests and remove dead code - Removing tzpro and rpc code - Replacing depracted pkg_resource in python 3.12 with importlib.metadata: > Use of pkg_resources is deprecated...
I saw this issue https://github.com/peterwittek/somoclu/issues/80 but can't we still just simplify it without splitting into parts and concatenating over a loop? Or am I missing something?
I have probability input vectors and I would like to use the Jensen-Shannon Distance instead of the Euclidean one to train the map. Is it possible out of the box...