Results 40 issues of idontgetoutmuch

I am running jupyter using ``` /nix/store/8f260b2k30m76pagfhfr75x3060zwzgq-ihaskell-with-packages/bin/ihaskell-notebook ``` So there is no `jupyter` binary. `jupyter-run-repl` gives ``` apply: Searching for program: No such file or directory, jupyter ``` I am...

help wanted

@tmcdonell - this is just to record my progress for now. ``` Preprocessing test suite 'doctest' for accelerate-1.3.0.0.. Building test suite 'doctest' for accelerate-1.3.0.0.. [1 of 2] Compiling Build_doctests (...

help wanted

#### Summary: > model #### Description: See above #### Reproducible Steps: See above. I am on ``` R version 4.1.1 (2021-08-10) -- "Kick Things" Copyright (C) 2021 The R Foundation...

I have a file with NaNs and Haskell should cope with NaNs: `Prelude.read "NaN" :: Double` But if I use cassava then I get errors ``` Left "parse error (Failed...

Using `nix-env -I stack2nix` gives ``` Warning: This package indirectly depends on multiple versions of the same package. This is very likely to cause a compile failure. package stack (stack-1.7.1-pJfC6X4Hzp7NYWygtKpAw)...

``` ~/mypetsc $ /Users/dom/Library/Haskell/ghc-7.10.3/lib/c2hs-0.28.1/bin/c2hs --cppopts="-I/Users/dom/petsc/include" --cppopts="-I/Users/dom/petsc/arch-darwin-c-debug/include" myBind.chs /Users/dom/Library/Haskell/ghc-7.10.3/lib/c2hs-0.28.1/bin/c2hs --cppopts="-I/Users/dom/petsc/include" --cppopts="-I/Users/dom/petsc/arch-darwin-c-debug/include" myBind.chs c2hs: C header contains errors: /Users/dom/petsc/include/petscsys.h:209: (column 72) [ERROR] >>> Syntax error ! The symbol `PetscEnum' does not fit...

This is a question which folks might be able to help on. I apologise for raising it as an issue and if there is a better place to ask this...

#### Summary: See https://github.com/stan-dev/cmdstan/issues/770. I just tried with 2.29.0 and get the same error. #### Description: Describe the issue as clearly as possible. #### Reproducible Steps: Please report steps to...

In http://www.mathcancer.org/blog/saving-multicellds-data-from-biofvm/ I see > Future releases of BioFVM will support reading MultiCellDS snapshots (for model initialization). I'd like to be able to restart a simulation from where it stopped....

I am planning to attend "Computational modelling to study cancer biology and treatments" and rather use the manual process to install PhysiCell on macos in advance, I created a nix...