Group Abstract Group Abstract

Message Boards Message Boards

Ultrametric phylogenetics of Scotch whisky flavour profiles

3 Replies

enter image description here -- you have earned Featured Contributor Badge enter image description here Your exceptional post has been selected for our editorial column Staff Picks http://wolfr.am/StaffPicks and Your Profile is now distinguished by a Featured Contributor Badge and is displayed on the Featured Contributor Board. Thank you!

POSTED BY: EDITORIAL BOARD

Love your article, thank you!

I was trying to re-evaluate, but LoadCaskTypes is trying to import a data file cask_types.csv which is not in the data folder.

POSTED BY: Ahmed Elbanna

You are right. The file Wolfram/cask_analysis.wls downloads it in line 38

Import[".../data/cask_types.csv", "CSV"]

If you prefer not to run the wls file you can use:

url = StringDelete[
   "https://raw.githubusercontent.com/mthiel74/whisky-ultrametric-phyl\
ogenetics
  /main/data/cask_types.csv", WhitespaceCharacter];
resp = URLRead[HTTPRequest[url], TimeConstraint -> 30];
caskData = ImportString[resp["Body"], "CSV"];

I hope this helps.

Marco

Attachments:
POSTED BY: Marco Thiel
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard